diff options
author | J. Bruce Fields <bfields@redhat.com> | 2011-09-01 11:31:45 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2011-09-01 11:35:30 -0400 |
commit | 16d259418b7c0dda79b71bfbfeaedc0ba4035f23 (patch) | |
tree | 5a940961c4d050d6a4debdb05f56b86b77df7ae7 /fs/nfsd/xdr4.h | |
parent | 7c13f344cf8bec22301c5ed7ef1d90eecb57ba43 (diff) | |
download | linux-16d259418b7c0dda79b71bfbfeaedc0ba4035f23.tar.bz2 |
nfsd4: eliminate unused lt_stateowner
This is used only as a local variable.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/xdr4.h')
-rw-r--r-- | fs/nfsd/xdr4.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/xdr4.h b/fs/nfsd/xdr4.h index de236fb89e74..27a3dfab96a9 100644 --- a/fs/nfsd/xdr4.h +++ b/fs/nfsd/xdr4.h @@ -184,7 +184,6 @@ struct nfsd4_lockt { struct xdr_netobj lt_owner; u64 lt_offset; u64 lt_length; - struct nfs4_stateowner * lt_stateowner; struct nfsd4_lock_denied lt_denied; }; |