2012-10-25 18:07:13

by Weston Andros Adamson

[permalink] [raw]
Subject: [PATCH] NFS: fix comment describing nfs_kill_super

nfs_kill_super is also used by v4.x

Signed-off-by: Weston Andros Adamson <[email protected]>
---
fs/nfs/super.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/nfs/super.c b/fs/nfs/super.c
index e831bce..5c8249a 100644
--- a/fs/nfs/super.c
+++ b/fs/nfs/super.c
@@ -2499,7 +2499,7 @@ void nfs_put_super(struct super_block *s)
EXPORT_SYMBOL_GPL(nfs_put_super);

/*
- * Destroy an NFS2/3 superblock
+ * Destroy an NFS superblock
*/
void nfs_kill_super(struct super_block *s)
{
--
1.7.9.6 (Apple Git-31.1)