projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2e717d
)
nfsd: Fix a warning for nfsd_file_close_inode
author
Trond Myklebust
<trond.myklebust@hammerspace.com>
Thu, 30 Sep 2021 19:44:42 +0000
(15:44 -0400)
committer
Chuck Lever
<chuck.lever@oracle.com>
Fri, 1 Oct 2021 15:17:40 +0000
(11:17 -0400)
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/filecache.c
patch
|
blob
|
history
diff --git
a/fs/nfsd/filecache.c
b/fs/nfsd/filecache.c
index 7629248fdd532885d35423968c396dbbe9d56a6a..be3c1aad50ea3974433f39b3e6f362f2f0839155 100644
(file)
--- a/
fs/nfsd/filecache.c
+++ b/
fs/nfsd/filecache.c
@@
-542,7
+542,7
@@
nfsd_file_close_inode_sync(struct inode *inode)
}
/**
- * nfsd_file_close_inode
_sync - attempt to forcibly close
a nfsd_file
+ * nfsd_file_close_inode
- attempt a delayed close of
a nfsd_file
* @inode: inode of the file to attempt to remove
*
* Walk the whole hash bucket, looking for any files that correspond to "inode".