]> err.no Git - util-linux/commit
umount: add --fake option to umount(8)
authorMiklos Szeredi <miklos@szeredi.hu>
Mon, 8 Mar 2010 18:01:13 +0000 (19:01 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 11 Mar 2010 13:32:36 +0000 (14:32 +0100)
commit97a3cef4f1f18c30d662eda5cf072cc27825a55c
treedb5853c9286d6fc0b8a0b2d188effb94cdaeb347
parent96aad067caf63b06e3d4f83b945916501da19bcb
umount: add --fake option to umount(8)

Add --fake option to umount(8), which omits calling the actual umount
syscall (and the loop device deletion) but modifies /etc/mtab.  This
is similar to the -f or --fake option to mount(8).

This would allow some simplifications in fuse by allowing it to call
the umount syscall and letting umount(8) just update mtab.

[kzak@redhat.com: - initialize 'res' variable in umount_one() ]

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Karel Zak <kzak@redhat.com>
mount/umount.8
mount/umount.c