]> err.no Git - util-linux/commit
mount: add --no-canonicalize option
authorKarel Zak <kzak@redhat.com>
Thu, 3 Dec 2009 14:30:53 +0000 (15:30 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 3 Dec 2009 14:30:53 +0000 (15:30 +0100)
commit45fc569a75d4e83a045027acf8e2eda08638fa0d
tree03affc61e0a29f2ad538a2d678156a3a0013ca8d
parentbe779d181d79110a76814af5208117a7f75adbee
mount: add --no-canonicalize option

For example the /sbin/mount.fuse command calls

mount -i -f /dev/foo /absolut/path

and it does not make sense to canonicalize already absolute paths. The
new --no-canonicalize option allows to avoid unwanted readlink()
calls.

Signed-off-by: Karel Zak <kzak@redhat.com>
mount/mount.8
mount/mount.c
mount/sundries.c
mount/sundries.h