Skip to content

Commit 1959814

Browse files
Trond Myklebustchucklever
authored andcommitted
nfsd: Fix a warning for nfsd_file_close_inode
Signed-off-by: Trond Myklebust <[email protected]> Signed-off-by: Chuck Lever <[email protected]>
1 parent f2e717d commit 1959814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/nfsd/filecache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ nfsd_file_close_inode_sync(struct inode *inode)
542542
}
543543

544544
/**
545-
* nfsd_file_close_inode_sync - attempt to forcibly close a nfsd_file
545+
* nfsd_file_close_inode - attempt a delayed close of a nfsd_file
546546
* @inode: inode of the file to attempt to remove
547547
*
548548
* Walk the whole hash bucket, looking for any files that correspond to "inode".

0 commit comments

Comments
 (0)