vfs: trivial __d_lookup_rcu() cleanups
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 Mar 2012 22:23:30 +0000 (14:23 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 Mar 2012 22:23:30 +0000 (14:23 -0800)
These don't change any semantics, but they clean up the code a bit and
mark some arguments appropriately 'const'.

They came up as I was doing the word-at-a-time dcache name accessor
code, and cleaning this up now allows me to send out a smaller relevant
interesting patch for the experimental stuff.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found