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)
commitf8ef3ed2bebd2c4cb9ece92efa185d7aead8831a
treef6208725f0b2ecd43e393435fa7fb8ad1be1b14b
parent11d06b2a1e5658f448a308aa3beb97bacd64a940
Get rid of bumping fs_struct refcount in pivot_root(2)

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