]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: don't ignore root fs on umount -a
authorKarel Zak <kzak@redhat.com>
Tue, 14 May 2013 08:32:56 +0000 (10:32 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 27 May 2013 13:45:47 +0000 (15:45 +0200)
commitcd8dc63064b86467a3b824d67ba81526ac523b88
treee05563a4ccf0d5ff136f606db8939984adbe0d6a
parent40e0f79905a21b8ab5bfc2e4cc1c20f4af6fc47e
libmount: don't ignore root fs on umount -a

The release v2.22 (the new umount) introduces a regression when root
fs is excluded from umount --all. There is not reason for this
exception. The libmount should be smart enough to disable mtab update
after rootfs umount.

Reported-by: Bruce Dubbs <bruce.dubbs@gmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/context_umount.c