summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/xdr4.h
diff options
context:
space:
mode:
authorJ. Bruce Fields2011-09-01 17:31:45 +0200
committerJ. Bruce Fields2011-09-01 17:35:30 +0200
commit16d259418b7c0dda79b71bfbfeaedc0ba4035f23 (patch)
tree5a940961c4d050d6a4debdb05f56b86b77df7ae7 /fs/nfsd/xdr4.h
parentnfsd4: drop most stateowner refcounting (diff)
downloadkernel-qcow2-linux-16d259418b7c0dda79b71bfbfeaedc0ba4035f23.tar.gz
kernel-qcow2-linux-16d259418b7c0dda79b71bfbfeaedc0ba4035f23.tar.xz
kernel-qcow2-linux-16d259418b7c0dda79b71bfbfeaedc0ba4035f23.zip
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.h1
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;
};