commit | 5707c87f20bca9e76969bb4096149de6ef74cbb9 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Fri Mar 02 14:47:15 2012 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Mar 02 14:47:15 2012 -0800 |
tree | 37151409a6dd304b4382bb979be1ad43802a583c | |
parent | 0145acc202ca613b23b5383e55df3c32a92ad1bf [diff] |
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 <torvalds@linux-foundation.org>