]> err.no Git - util-linux/commit
mount: call /sbin/mount.<type> also when mounting without "-t"
authorKarel Zak <kzak@redhat.com>
Thu, 22 Mar 2007 00:56:54 +0000 (01:56 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 22 Mar 2007 00:56:54 +0000 (01:56 +0100)
commit2ac07cbb66bcefe6331fafaaf442235e12b182bd
treee373fd1b95c6959cfcc2c29d20d2fe329788652e
parentce11301210c9dadfb86cdbfd04a4aec07c5c10a2
mount: call /sbin/mount.<type> also when mounting without "-t"

The mount uses /sbin/mount.<type> when the type is *defined* on
command line or in fstab only. It's not a consistent solution, because
we also support fylesystem type autodetection. The patch allows to
mount OCFS2 by label for example.

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