aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/file.c
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@hammerspace.com>2021-02-08 08:55:45 -0500
committerAnna Schumaker <Anna.Schumaker@Netapp.com>2021-02-08 11:25:56 -0500
commit37eaeed1a57e92d9db200ba7b4851a09c55eef5a (patch)
tree7fab05a02e0ecaa755435ee6d8f53a324aa8df01 /fs/nfs/file.c
parentNFSv4: Fixes for nfs4_bitmask_adjust() (diff)
downloadlinux-dev-37eaeed1a57e92d9db200ba7b4851a09c55eef5a.tar.xz
linux-dev-37eaeed1a57e92d9db200ba7b4851a09c55eef5a.zip
NFS: Fix documenting comment for nfs_revalidate_file_size()
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'fs/nfs/file.c')
-rw-r--r--fs/nfs/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/file.c b/fs/nfs/file.c
index 63940a7a70be..d02a63af9c15 100644
--- a/fs/nfs/file.c
+++ b/fs/nfs/file.c
@@ -89,7 +89,7 @@ nfs_file_release(struct inode *inode, struct file *filp)
EXPORT_SYMBOL_GPL(nfs_file_release);
/**
- * nfs_revalidate_size - Revalidate the file size
+ * nfs_revalidate_file_size - Revalidate the file size
* @inode: pointer to inode struct
* @filp: pointer to struct file
*