]> err.no Git - util-linux/commit
umount: no checking mount point removal
authorSigned-off-by: Guan Xin <guanx.bac@gmail.com>
Mon, 29 Sep 2008 10:13:54 +0000 (12:13 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 29 Sep 2008 10:13:54 +0000 (12:13 +0200)
commit1069973afa00944714f91c9b34d296a89e8403df
treed5bba9e65795bb216dd57665299c204167bbcfc9
parentfeec8bd17eb9e4459161d40e4a2637d9fc6782d3
umount: no checking mount point removal

No longer checks if mount point has been renamed or removed.
Linux reports EBUSY for these actions, so this check is redundant.

[kzak@redhat.com: - remove the check rather than "#if 0"
                  - remove unnecessary mnt_err2 stuff]

Signed-off-by: Guan Xin <guanx.bac@gmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
mount/umount.c