lkml.org 
[lkml]   [2013]   [Jan]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] update comments to fit the current code
Date
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


\
 
 \ /
  Last update: 2013-01-16 11:21    [W:0.030 / U:0.700 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site