aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mount_util.h
AgeCommit message (Collapse)AuthorLines
2010-11-08update umount procedureMiklos Szeredi-0/+1
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-01-26* Fix race if two "fusermount -u" instances are run in parallel.Miklos Szeredi-1/+2
Reported by Dan Rosenberg * Make sure that the path to be unmounted doesn't refer to a symlink
2007-12-12change indentingMiklos Szeredi-6/+6
2007-10-16Clarify licence version to be "LGPLv2" for the libraryMiklos Szeredi-1/+1
2007-06-20Add fs subtype support to libfuse and fusermountMiklos Szeredi-0/+1
2007-04-27libfuse: call umount(8) directly...Miklos Szeredi-0/+1
2007-04-25update copyright datesMiklos Szeredi-1/+1
2007-04-25*** empty log message ***Miklos Szeredi-0/+15