]> git.baikalelectronics.ru Git - kernel.git/commit
fs: dcache rationalise dget variants
authorNick Piggin <npiggin@kernel.dk>
Fri, 7 Jan 2011 06:49:43 +0000 (17:49 +1100)
committerNick Piggin <npiggin@kernel.dk>
Fri, 7 Jan 2011 06:50:24 +0000 (17:50 +1100)
commitffb4231816b61166c4a1ad3b6e79b4288832bb31
tree41f75e638442cb343bacdcfbabb17ffc3bd5b4ce
parent1039930d90306f13ad8cb4467c6b94bae8924c09
fs: dcache rationalise dget variants

dget_locked was a shortcut to avoid the lazy lru manipulation when we already
held dcache_lock (lru manipulation was relatively cheap at that point).
However, how that the lru lock is an innermost one, we never hold it at any
caller, so the lock cost can now be avoided. We already have well working lazy
dcache LRU, so it should be fine to defer LRU manipulations to scan time.

Signed-off-by: Nick Piggin <npiggin@kernel.dk>
12 files changed:
arch/powerpc/platforms/cell/spufs/inode.c
drivers/infiniband/hw/ipath/ipath_fs.c
drivers/infiniband/hw/qib/qib_fs.c
drivers/staging/smbfs/cache.c
fs/configfs/inode.c
fs/dcache.c
fs/exportfs/expfs.c
fs/ncpfs/dir.c
fs/ocfs2/dcache.c
include/linux/dcache.h
kernel/cgroup.c
security/selinux/selinuxfs.c