summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/acl.c
diff options
context:
space:
mode:
authorChao Yu <chao2.yu@samsung.com>2014-06-24 14:16:24 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2014-07-09 14:04:25 -0700
commit1256010ab1a372c8ffc01fc37ff767d8bc15378b (patch)
tree9baae96617ee3546c8eb14b9c5b853aab455ea97 /fs/f2fs/acl.c
parentb434babf854eab82397759e98425423cd9bc4786 (diff)
downloadlinux-stable-1256010ab1a372c8ffc01fc37ff767d8bc15378b.tar.gz
linux-stable-1256010ab1a372c8ffc01fc37ff767d8bc15378b.tar.bz2
linux-stable-1256010ab1a372c8ffc01fc37ff767d8bc15378b.zip
f2fs: reduce region of f2fs_lock_op covered for better concurrency
In our rename process, region of f2fs_lock_op covered is too big as some of the code like f2fs_empty_dir/f2fs_find_entry are not needed to protect by this lock. So in the extreme case like doing checkpoint when we rename old inode to exist inode in a large directory could cause lower concurrency. Let's reduce the region of f2fs_lock_op to fix this. Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/acl.c')
0 files changed, 0 insertions, 0 deletions