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

udf: Remove GFP_NOFS from dir iteration code



Directory iteration code was using GFP_NOFS allocations in two places.
However the code is called only under inode->i_rwsem which is generally
safe wrt reclaim. So we can do the allocations with GFP_KERNEL instead.

Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent 249f374e
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