The patch titled vfs: use the predefined d_unhashed inline function instead has been added to the -mm tree. Its filename is vfs-use-the-predefined-d_unhashed-inline-function-instead.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: vfs: use the predefined d_unhashed inline function instead From: Denis Cheng <crquan@xxxxxxxxx> Signed-off-by: Denis Cheng <crquan@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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 @@ -1546,7 +1546,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@xxxxxxxxx are git-gfs2-nmw.patch git-net.patch nbd-use-list_for_each_entry_safe-to-make-it-more-consolidated-and-readable.patch nbd-change-a-parameters-type-to-remove-a-memcpy-call.patch fs-use-kmem_cache_zalloc-instead.patch fs-remove-the-unused-mempages-parameter.patch vfs-use-the-predefined-d_unhashed-inline-function-instead.patch documentation-add-entries-to-filesystems-00-index-for-several-untracked-files.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html