Get rid of bumping fs_struct refcount in pivot_root(2)
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 31 Mar 2009 00:36:33 +0000 (20:36 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 1 Apr 2009 03:00:25 +0000 (23:00 -0400)
Not because execve races with _that_ are serious - we really
need a situation when final drop of fs_struct refcount is
done by something that used to have it as current->fs.

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

diff --cc fs/namespace.c
Simple merge