summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/state.h
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@primarydata.com>2014-06-30 11:48:40 -0400
committerJ. Bruce Fields <bfields@redhat.com>2014-07-09 20:54:58 -0400
commitb3c32bcd9c4b8320aea504477573f0c460d2d57d (patch)
tree75b44467b4c9a5c8762cca9cedd8e5684109bb44 /fs/nfsd/state.h
parentc53530da4dfede2f080129b58a89ef907e5a0dfd (diff)
downloadop-kernel-dev-b3c32bcd9c4b8320aea504477573f0c460d2d57d.zip
op-kernel-dev-b3c32bcd9c4b8320aea504477573f0c460d2d57d.tar.gz
nfsd: NFSv4 lock-owners are not associated to a specific file
Just like open-owners, lock-owners are associated with a name, a clientid and, in the case of minor version 0, a sequence id. There is no association to a file. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r--fs/nfsd/state.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h
index c1e384a..23b11093 100644
--- a/fs/nfsd/state.h
+++ b/fs/nfsd/state.h
@@ -364,7 +364,6 @@ struct nfs4_openowner {
struct nfs4_lockowner {
struct nfs4_stateowner lo_owner; /* must be first element */
- struct list_head lo_owner_ino_hash; /* hash by owner,file */
struct list_head lo_list; /* for temporary uses */
};
OpenPOWER on IntegriCloud