vfs: clarify and clean up dentry_cmp()
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 Mar 2012 22:47:15 +0000 (14:47 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 Mar 2012 22:47:15 +0000 (14:47 -0800)
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 <torvalds@linux-foundation.org>

No differences found