Jan Kara 6c5026c1ef quota: Set nofs allocation context when acquiring dqio_sem
dqio_sem can be acquired during inode reclaim through dquot_drop() ->
dqput() -> dquot_release() -> write_file_info() context. In some cases
(most notably through dquot_get_next_id()) it can be acquired without
holding dquot->dq_lock (which already sets nofs allocation context). So
we need to set nofs allocation context when acquiring it as well.

Signed-off-by: Jan Kara <jack@suse.cz>
2024-01-23 19:21:11 +01:00
..
2023-01-19 09:24:27 +01:00
2023-12-29 11:58:35 -08:00
2023-11-16 11:59:19 -06:00
2022-07-29 18:12:36 -07:00
2023-04-21 14:54:34 -07:00
2023-08-02 09:13:09 -06:00
2018-12-28 12:11:45 -08:00
2022-05-09 16:21:46 -04:00
2023-10-30 09:47:13 -10:00