]> nv-tegra.nvidia Code Review - linux-2.6.git/commit - fs/ceph
ceph: remove unnecessary dentry_unhash calls
authorSage Weil <sage@newdream.net>
Tue, 24 May 2011 20:06:14 +0000 (13:06 -0700)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 26 May 2011 11:26:53 +0000 (07:26 -0400)
commit051e8f0ee23c9ca963e2a0208153c6cd475f05fb
treea6fe507530abb5b134f20d1929aaf9fa85311f16
parent51892bbb57e87854c27c105317797823f8891e68
ceph: remove unnecessary dentry_unhash calls

Ceph does not need these, and they screw up our use of the dcache as a
consistent cache.

Signed-off-by: Sage Weil <sage@newdream.net>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ceph/dir.c