summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/state.h
diff options
context:
space:
mode:
authorJeff Layton2012-08-06 17:00:27 +0200
committerJ. Bruce Fields2012-08-21 00:39:42 +0200
commit1696c47ce2f42e671f6a17682b533273f4ac7963 (patch)
treea493213f46c77ea26891d2927bb125fa43f31b36 /fs/nfsd/state.h
parentvfs: don't treat fl_type as a bitmap (diff)
downloadkernel-qcow2-linux-1696c47ce2f42e671f6a17682b533273f4ac7963.tar.gz
kernel-qcow2-linux-1696c47ce2f42e671f6a17682b533273f4ac7963.tar.xz
kernel-qcow2-linux-1696c47ce2f42e671f6a17682b533273f4ac7963.zip
nfsd: trivial comment updates
locks.c doesn't use the BKL anymore and there is no fi_perfile field. 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.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h
index 22bd0a66c356..ec513fd4bae9 100644
--- a/fs/nfsd/state.h
+++ b/fs/nfsd/state.h
@@ -373,11 +373,7 @@ static inline struct nfs4_lockowner * lockowner(struct nfs4_stateowner *so)
return container_of(so, struct nfs4_lockowner, lo_owner);
}
-/*
-* nfs4_file: a file opened by some number of (open) nfs4_stateowners.
-* o fi_perfile list is used to search for conflicting
-* share_acces, share_deny on the file.
-*/
+/* nfs4_file: a file opened by some number of (open) nfs4_stateowners. */
struct nfs4_file {
atomic_t fi_ref;
struct list_head fi_hash; /* hash by "struct inode *" */