From: akpm@linux-foundation.org
To: crquan@gmail.com, mm-commits@vger.kernel.org
Subject: - vfs-use-the-predefined-d_unhashed-inline-function-instead.patch removed from -mm tree
Date: Thu, 18 Oct 2007 00:01:08 -0700 [thread overview]
Message-ID: <200710180701.l9I718i4031152@imap1.linux-foundation.org> (raw)
The patch titled
vfs: use the predefined d_unhashed inline function instead
has been removed from the -mm tree. Its filename was
vfs-use-the-predefined-d_unhashed-inline-function-instead.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: vfs: use the predefined d_unhashed inline function instead
From: Denis Cheng <crquan@gmail.com>
Signed-off-by: Denis Cheng <crquan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
fs/dcache.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN fs/dcache.c~vfs-use-the-predefined-d_unhashed-inline-function-instead fs/dcache.c
--- a/fs/dcache.c~vfs-use-the-predefined-d_unhashed-inline-function-instead
+++ a/fs/dcache.c
@@ -1542,7 +1542,7 @@ static void d_move_locked(struct dentry
}
/* Move the dentry to the target hash queue, if on different bucket */
- if (dentry->d_flags & DCACHE_UNHASHED)
+ if (d_unhashed(dentry))
goto already_unhashed;
hlist_del_rcu(&dentry->d_hash);
_
Patches currently in -mm which might be from crquan@gmail.com are
origin.patch
reply other threads:[~2007-10-18 7:15 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=200710180701.l9I718i4031152@imap1.linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=crquan@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mm-commits@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.