]> Git Repo - linux.git/commit
vfs: clarify and clean up dentry_cmp()
authorLinus Torvalds <[email protected]>
Fri, 2 Mar 2012 22:47:15 +0000 (14:47 -0800)
committerLinus Torvalds <[email protected]>
Fri, 2 Mar 2012 22:47:15 +0000 (14:47 -0800)
commit5707c87f20bca9e76969bb4096149de6ef74cbb9
tree37151409a6dd304b4382bb979be1ad43802a583c
parent0145acc202ca613b23b5383e55df3c32a92ad1bf
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 <[email protected]>
include/linux/dcache.h
This page took 0.06079 seconds and 4 git commands to generate.