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)
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>

No differences found