From: "J. Bruce Fields" <bfields@fieldses.org>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] dcache: trivial comment fix
Date: Tue, 16 Oct 2007 15:32:30 -0400 [thread overview]
Message-ID: <20071016193230.GA8650@fieldses.org> (raw)
From: J. Bruce Fields <bfields@citi.umich.edu>
As it stands this comment is confusing, and not quite grammatical.
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
---
fs/dcache.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/dcache.c b/fs/dcache.c
index 7da0cf5..5663a31 100644
--- a/fs/dcache.c
+++ b/fs/dcache.c
@@ -1514,8 +1514,8 @@ static void switch_names(struct dentry *dentry, struct dentry *target)
* This forceful removal will result in ugly /proc output if
* somebody holds a file open that got deleted due to a rename.
* We could be nicer about the deleted file, and let it show
- * up under the name it got deleted rather than the name that
- * deleted it.
+ * up under the name it had before it was deleted rather than
+ * the original name of the file that was moved on top of it.
*/
/*
--
1.5.3.4.208.gc990
next reply other threads:[~2007-10-16 19:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-16 19:32 J. Bruce Fields [this message]
2007-10-16 19:35 ` [PATCH] dcache: don't expose uninitialized memory in /proc/<pid>/fd/<fd> J. Bruce Fields
2007-10-17 22:32 ` Andrew Morton
2007-10-22 18:08 ` J. Bruce Fields
-- strict thread matches above, loose matches on Subject: below --
2007-09-10 18:46 [PATCH] dcache: trivial comment fix J. Bruce Fields
2007-09-10 18:54 ` J. Bruce Fields
2007-09-11 17:33 ` Neil Brown
2007-09-11 18:00 ` J. Bruce Fields
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=20071016193230.GA8650@fieldses.org \
--to=bfields@fieldses.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.