From ee983e89670704b2a05e897b161f2674a42d1508 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Thu, 10 May 2012 12:37:10 -0700 Subject: [PATCH] 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-format-patch failed