diff mbox

NFS: fix comment describing nfs_kill_super

Message ID 1351188433-10164-1-git-send-email-dros@netapp.com (mailing list archive)
State New, archived
Headers show

Commit Message

Weston Andros Adamson Oct. 25, 2012, 6:07 p.m. UTC
nfs_kill_super is also used by v4.x

Signed-off-by: Weston Andros Adamson <dros@netapp.com>
---
 fs/nfs/super.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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)
 {