From: Linus Torvalds Date: Thu, 10 May 2012 19:37:10 +0000 (-0700) Subject: vfs: move dentry name length comparison from dentry_cmp() into callers X-Git-Tag: v3.5-rc1~192^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee983e89670704b2a05e897b161f2674a42d1508;p=pandora-kernel.git vfs: move dentry name length comparison from dentry_cmp() into callers All callers do want to check the dentry length, but some of them can check the length and the hash together, so doing it in dentry_cmp() can be counter-productive. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed