[PATCH] update comments to fit the current code

From: hamo
Date: Wed Jan 16 2013 - 04:40:31 EST


From: Yang Bai <hamo.by@xxxxxxxxx>

Since fs/super.c has changed a lot and fs/namespace.c appears, the
comments at the head of the files do not match the code.
---
fs/namespace.c | 4 ++++
fs/super.c | 7 +------
2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/fs/namespace.c b/fs/namespace.c
index 55605c5..238a09c 100644
--- a/fs/namespace.c
+++ b/fs/namespace.c
@@ -4,6 +4,10 @@
* (C) Copyright Al Viro 2000, 2001
* Released under GPL v2.
*
+ * namespace.c contains code to handle: - mount system call
+ * - umount system call
+ * - pivot_root system call
+ *
* Based on code from fs/super.c, copyright Linus Torvalds and others.
* Heavily rewritten.
*/
diff --git a/fs/super.c b/fs/super.c
index 12f1237..ebe411d 100644
--- a/fs/super.c
+++ b/fs/super.c
@@ -3,12 +3,7 @@
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
- * super.c contains code to handle: - mount structures
- * - super-block tables
- * - filesystem drivers list
- * - mount system call
- * - umount system call
- * - ustat system call
+ * super.c contains code to handle: - super-block tables
*
* GK 2/5/95 - Changed to support mounting the root fs via NFS
*
--
1.8.1.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/