* [PATCH] update comments to fit the current code
@ 2013-01-16 9:40 hamo
0 siblings, 0 replies; only message in thread
From: hamo @ 2013-01-16 9:40 UTC (permalink / raw)
To: viro; +Cc: hamo.by, linux-fsdevel, linux-kernel
From: Yang Bai <hamo.by@gmail.com>
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-16 9:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-16 9:40 [PATCH] update comments to fit the current code hamo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).