summaryrefslogtreecommitdiff
path: root/fs/nfs
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-11-19 10:25:45 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2009-11-19 10:25:45 +1100
commit7efed75530c77d161b08df0f8e3c5006d9b08b21 (patch)
treef4556de5d64e8f3decf1eeeef6f656e291c5fe81 /fs/nfs
parent7b4a79ca0dc31ae9065804325102961b0c405356 (diff)
parent1e360a60b24ad8f8685af66fa6de10ce46693a4b (diff)
Merge remote branch 'nfs/linux-next'
Diffstat (limited to 'fs/nfs')
-rw-r--r--fs/nfs/nfs4proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index ff37454fa783..741a562177fc 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -2767,7 +2767,7 @@ static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
.pages = &page,
.pgbase = 0,
.count = count,
- .bitmask = NFS_SERVER(dentry->d_inode)->cache_consistency_bitmask,
+ .bitmask = NFS_SERVER(dentry->d_inode)->attr_bitmask,
};
struct nfs4_readdir_res res;
struct rpc_message msg = {