diff options
| author | Jan Kara <jack@suse.cz> | 2024-01-09 13:15:43 +0300 |
|---|---|---|
| committer | Jan Kara <jack@suse.cz> | 2024-01-23 21:21:10 +0300 |
| commit | 38f8af2a7191e5da21c557210d810c6d0d34f6c4 (patch) | |
| tree | 27eb0d7636d6c1af6acd1d834b7d1a6123998565 /lib/crypto/mpi/mpi-add.c | |
| parent | b27ffdc17c2b4cb93eee37aa7a11487f03a2a8ac (diff) | |
| download | linux-38f8af2a7191e5da21c557210d810c6d0d34f6c4.tar.xz | |
udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb()
udf_expand_file_adinicb() is called under inode->i_rwsem and
mapping->invalidate_lock. i_rwsem is safe wrt fs reclaim,
invalidate_lock on this inode is safe as well (we hold inode reference
so reclaim will not touch it, furthermore even lockdep should not
complain as invalidate_lock is acquired from udf_evict_inode() only when
truncating inode which should not happen from fs reclaim).
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'lib/crypto/mpi/mpi-add.c')
0 files changed, 0 insertions, 0 deletions
