diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2014-06-30 17:48:40 +0200 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-07-10 02:54:58 +0200 |
commit | b3c32bcd9c4b8320aea504477573f0c460d2d57d (patch) | |
tree | 75b44467b4c9a5c8762cca9cedd8e5684109bb44 /fs/nfsd/state.h | |
parent | nfsd: Allow lockowners to hold several stateids (diff) | |
download | linux-b3c32bcd9c4b8320aea504477573f0c460d2d57d.tar.xz linux-b3c32bcd9c4b8320aea504477573f0c460d2d57d.zip |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index c1e384a0a40a..23b110939da1 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 */ }; |