Skip to content
Commit dbc056f8 authored by Jan Kara's avatar Jan Kara
Browse files

ext2: Drop GFP_NOFS allocation from ext2_init_block_alloc_info()



The allocation happens under inode->i_rwsem and
EXT2_I(inode)->i_truncate_mutex. Neither of them is acquired during
direct fs reclaim so the allocation can be changed to GFP_KERNEL.

Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent 38f8af2a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment