From: Linus Torvalds Date: Fri, 2 Mar 2012 22:23:30 +0000 (-0800) Subject: vfs: trivial __d_lookup_rcu() cleanups X-Git-Tag: v3.3-rc6~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8966be90304b394fd6a2c5af7b6b3abe2df3889c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed