summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4proc.c
diff options
context:
space:
mode:
authorTom Haynes2016-06-14 22:41:27 +0200
committerJ. Bruce Fields2016-07-13 21:40:47 +0200
commitd7c920d1349ad78b9181d8933404e1a378da6feb (patch)
treec395ed34b6bd1a97089afa5c0ae8bf8413a389a1 /fs/nfsd/nfs4proc.c
parentsunrpc: add gss minor status to svcauth_gss_proxy_init (diff)
downloadkernel-qcow2-linux-d7c920d1349ad78b9181d8933404e1a378da6feb.tar.gz
kernel-qcow2-linux-d7c920d1349ad78b9181d8933404e1a378da6feb.tar.xz
kernel-qcow2-linux-d7c920d1349ad78b9181d8933404e1a378da6feb.zip
nfsd: flex file device id encoding will need the server address
Signed-off-by: Tom Haynes <loghyr@primarydata.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Jeff Layton <jlayton@poochiereds.net> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/nfs4proc.c')
-rw-r--r--fs/nfsd/nfs4proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c
index b1159b3e9816..89fad8aeffe2 100644
--- a/fs/nfsd/nfs4proc.c
+++ b/fs/nfsd/nfs4proc.c
@@ -1270,7 +1270,7 @@ nfsd4_getdeviceinfo(struct svc_rqst *rqstp,
nfserr = nfs_ok;
if (gdp->gd_maxcount != 0) {
nfserr = ops->proc_getdeviceinfo(exp->ex_path.mnt->mnt_sb,
- cstate->session->se_client, gdp);
+ rqstp, cstate->session->se_client, gdp);
}
gdp->gd_notify_types &= ops->notify_types;