lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 16 Jan 2013 17:45:36 +0800
From:	hamo@...onical.com
To:	viro@...iv.linux.org.uk
Cc:	hamo.by@...il.com, linux-fsdevel@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [PATCH RESEND] Update comments to match the current code

From: Yang Bai <hamo.by@...il.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.

Signed-off-by: Yang Bai <hamo.by@...il.com>
---
 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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ