]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit884ab512caaf47ea5aeed5ecf04e7fb9b9dff815
tree9893ca0f2e1c97d4ed5d37fee8502a77f0c3b7d2
parent6939daec2ca22f560160a996d5a979ebdc5d6e89
vfs: trivial __d_lookup_rcu() cleanups

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>
fs/dcache.c
include/linux/dcache.h