diff options
Diffstat (limited to 'fs/nfs/file.c')
-rw-r--r-- | fs/nfs/file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfs/file.c b/fs/nfs/file.c index 29553fdba8af..e4a33e66f417 100644 --- a/fs/nfs/file.c +++ b/fs/nfs/file.c | |||
@@ -89,8 +89,8 @@ EXPORT_SYMBOL_GPL(nfs_file_release); | |||
89 | 89 | ||
90 | /** | 90 | /** |
91 | * nfs_revalidate_size - Revalidate the file size | 91 | * nfs_revalidate_size - Revalidate the file size |
92 | * @inode - pointer to inode struct | 92 | * @inode: pointer to inode struct |
93 | * @file - pointer to struct file | 93 | * @filp: pointer to struct file |
94 | * | 94 | * |
95 | * Revalidates the file length. This is basically a wrapper around | 95 | * Revalidates the file length. This is basically a wrapper around |
96 | * nfs_revalidate_inode() that takes into account the fact that we may | 96 | * nfs_revalidate_inode() that takes into account the fact that we may |