diff options
author | Jaegeuk Kim <jaegeuk@kernel.org> | 2022-10-17 17:52:05 -0700 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2022-10-25 10:44:27 -0700 |
commit | 14dc00a0e2dbea4b685ab9723ff511fcfd223c18 (patch) | |
tree | 627f93c75afa612d56a9ca04334115fd48df6171 /Documentation/filesystems | |
parent | c3db3c2fd9992c08f49aa93752d3c103c3a4f6aa (diff) | |
download | linux-14dc00a0e2dbea4b685ab9723ff511fcfd223c18.tar.bz2 |
f2fs: let's avoid to get cp_rwsem twice by f2fs_evict_inode by d_invalidate
f2fs_unlink
-> f2fs_lock_op
-> d_invalidate
-> shrink_dentry_list
-> iput_final
-> f2fs_evict_inode
-> f2fs_lock_op
Reviewed-by: Chao Yu <chao@kernel.org>
Tested-by: Yangtao Li <frank.li@vivo.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'Documentation/filesystems')
0 files changed, 0 insertions, 0 deletions