diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2016-12-02 09:15:37 -0500 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2016-12-02 11:42:51 -0500 |
commit | 1bcf4c5c597d1b1862cf54e65198f1c9e3cad29c (patch) | |
tree | 1003f3d544bb5437b6a739262b613e65f4a95006 /fs/nfs/dir.c | |
parent | 63519fbc67d0d9912c13185b7c1e8c2fcb218cc0 (diff) | |
download | op-kernel-dev-1bcf4c5c597d1b1862cf54e65198f1c9e3cad29c.zip op-kernel-dev-1bcf4c5c597d1b1862cf54e65198f1c9e3cad29c.tar.gz |
NFS: Allow getattr to also report readdirplus cache hits
If the use called stat() on an 'ls -l' workload, and the attribute
cache was successfully revalidate by READDIRPLUS, then we want to
report that back so that the readdir code continues to use
readdirplus.
Reviewed-by: Benjamin Coddington <bcodding@redhat.com>
Tested-by: Benjamin Coddington <bcodding@redhat.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs/dir.c')
-rw-r--r-- | fs/nfs/dir.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/dir.c b/fs/nfs/dir.c index 2283515..f570245 100644 --- a/fs/nfs/dir.c +++ b/fs/nfs/dir.c @@ -459,7 +459,6 @@ bool nfs_use_readdirplus(struct inode *dir, struct dir_context *ctx) * use of readdirplus to accelerate any future lookups in the same * directory. */ -static void nfs_advise_use_readdirplus(struct inode *dir) { struct nfs_inode *nfsi = NFS_I(dir); |