ceph: disable use of dcache for readdir etc.
authorSage Weil <sage@newdream.net>
Thu, 29 Dec 2011 16:05:14 +0000 (08:05 -0800)
committerSage Weil <sage@newdream.net>
Thu, 29 Dec 2011 16:05:14 +0000 (08:05 -0800)
commita4d46363ce96c8fd7534c6f79051c78b52464132
tree8d41ef517efe09f7783204fffe56ec2102d70f90
parent9d5a09e659f8414dd3713e2acbfaf8a9e9794aa1
ceph: disable use of dcache for readdir etc.

Ceph attempts to use the dcache to satisfy negative lookups and readdir
when the entire directory contents are in cache.  Disable this behavior
until lingering bugs in this code are shaken out; we'll re-enable these
hooks once things are fully stable.

Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/dir.c