[PATCH] get rid of more nameidata passing in namespace.c
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 22 Mar 2008 22:00:39 +0000 (18:00 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 22 Apr 2008 03:13:47 +0000 (23:13 -0400)
commit8c3ee42e80ccead805806b3cb50b9855ceb957a2
tree2ab48755381fa7f7170145c1f40aa15e2e409c35
parentb5266eb4c8d1a2887a19aaec8144ee4ad1b054c3
[PATCH] get rid of more nameidata passing in namespace.c

Further reduction of stack footprint (sys_pivot_root());
lose useless BKL in there, while we are at it.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namespace.c