libfuse/util
Miklos Szeredi eba226948b update umount procedure
If umount(8) supports --fake and --no-canonicalize (util-linux-ng
version 2.18 or later), and umount(2) supports the UMOUNT_NOFOLLOW
flag (linux kernel version 2.6.35 or later) then, "fusermount -u" will
call the umount(2) system call and use "umount --fake ..." to update
/etc/mtab

Added --disable-legacy-umount option to configure.  This disables the
runtime checking of umount(8) version.  When built with this option
then "fusermount -u" will fail if umount(8) doesn't support the --fake
and --no-canonicalize options.
2010-11-08 16:00:16 +01:00
..
.gitignore Add .gitignore files 2010-06-24 13:40:31 +02:00
fusermount.c update umount procedure 2010-11-08 16:00:16 +01:00
init_script Clean up init script, make it LSB compliant 2007-04-27 21:07:45 +00:00
Makefile.am * Fix out-of-source build. 2010-06-15 17:49:13 +00:00
mount.fuse.c Fix handling of (no)suid and (no)dev options... 2008-07-10 19:30:43 +00:00
udev.rules fixes 2006-10-08 15:41:20 +00:00
ulockmgr_server.c change indenting 2007-12-12 14:25:40 +00:00