linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: hamo@canonical.com
To: viro@zeniv.linux.org.uk
Cc: hamo.by@gmail.com, linux-fsdevel@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH] update comments to fit the current code
Date: Wed, 16 Jan 2013 17:40:24 +0800	[thread overview]
Message-ID: <1358329224-6500-1-git-send-email-hamo@canonical.com> (raw)

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


                 reply	other threads:[~2013-01-16  9:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1358329224-6500-1-git-send-email-hamo@canonical.com \
    --to=hamo@canonical.com \
    --cc=hamo.by@gmail.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).