kill walk_init_root
authorChristoph Hellwig <hch@lst.de>
Wed, 5 Nov 2008 14:07:21 +0000 (15:07 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 31 Dec 2008 23:07:41 +0000 (18:07 -0500)
commitb4091d5f6fde28ab762e1094a1a26d81f3badfa5
tree776e0dfeefb7966f4151fe22cb2b9b7482566714
parent66f221875dc10813aa2f06c83ad60d0eb1356406
kill walk_init_root

walk_init_root is a tiny helper that is marked __always_inline, has just
one caller and an unused argument.  Just merge it into the caller.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c