From: Linus Torvalds Date: Fri, 2 Mar 2012 22:47:15 +0000 (-0800) Subject: vfs: clarify and clean up dentry_cmp() X-Git-Tag: v3.3-rc6~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5707c87f20bca9e76969bb4096149de6ef74cbb9;p=pandora-kernel.git vfs: clarify and clean up dentry_cmp() It did some odd things for unclear reasons. As this is one of the functions that gets changed when doing word-at-a-time compares, this is yet another of the "don't change any semantics, but clean things up so that subsequent patches don't get obscured by the cleanups". Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed