]> git.karo-electronics.de Git - karo-tx-linux.git/commit
vfs: Block intuitively in the case of BSD accounting files
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 14 Apr 2014 07:26:51 +0000 (00:26 -0700)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 16 Apr 2014 00:18:09 +0000 (17:18 -0700)
commit3efe1ac78e996da8e141b86667cc15758aad4366
treecf74a723063a341e8515c1b5dd90c1d225940ce4
parent36e5e6d62c03ba3347c651deabce86256f67ae3a
vfs: Block intuitively in the case of BSD accounting files

Have the mntput that started the BSD accounting files closing block
until the superblock has been succesfully freed.  This is what used to
happen until fput started calling mntput assynchronously, and is arguably
the right thing to do in the case of umount.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
fs/namespace.c