diff options
author | Jeff Layton <jlayton@redhat.com> | 2016-08-16 13:29:27 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2016-09-16 16:15:52 -0400 |
commit | 89dfdc964bb4b2112c2cd058412f49d9906c9d35 (patch) | |
tree | ffad26029985bd0803e09e0cd9c424d5a9cd0a40 /fs/nfsd/state.h | |
parent | 1983a66f575bed05ef63a15193246758055c50b2 (diff) | |
download | linux-stable-89dfdc964bb4b2112c2cd058412f49d9906c9d35.tar.gz linux-stable-89dfdc964bb4b2112c2cd058412f49d9906c9d35.tar.bz2 linux-stable-89dfdc964bb4b2112c2cd058412f49d9906c9d35.zip |
nfsd: eliminate cb_minorversion field
We already have that info in the client pointer. No need to pass around
a copy.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r-- | fs/nfsd/state.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index b95adf9a1595..0bdc79cb359c 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h @@ -63,7 +63,6 @@ typedef struct { struct nfsd4_callback { struct nfs4_client *cb_clp; - u32 cb_minorversion; struct rpc_message cb_msg; const struct nfsd4_callback_ops *cb_ops; struct work_struct cb_work; |