diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2011-01-31 16:22:41 +0100 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2011-01-31 16:33:22 +0100 |
commit | cbd3a2a84068aae6e3fe32939d88470d712dbf47 (patch) | |
tree | a7e22ac017fb90072b78e78f9c2aaf0957a4855e /ChangeLog | |
parent | 1e7607ff89c65b005f69e27aeb1649d624099873 (diff) | |
download | libfuse-cbd3a2a84068aae6e3fe32939d88470d712dbf47.tar.gz |
fusermount: only allow mount and umount if util-linux suppports --no-canonicalize
Remove "legacy" util-linux support as missing --no-canonicalize cannot
be worked around in fuse.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ * fusermount: chdir to / before performing mount/umount + * fusermount: only allow mount and umount if util-linux supports + --no-canonicalize + 2010-12-16 Miklos Szeredi <miklos@szeredi.hu> * Highlevel lib: allow hash tables to shrink |