]> err.no Git - util-linux/commit
mount: use auto-loopdev for all known filesystems
authorKarel Zak <kzak@redhat.com>
Thu, 8 Apr 2010 14:38:23 +0000 (16:38 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 8 Apr 2010 14:46:52 +0000 (16:46 +0200)
commit556c9641f01eb9c6d1c5b4ae3c6cdd4f9395d34d
tree2e287cab3d11008a96352431e9ff0d3af83d515c
parent569f3ca2785b0020349fb98b4f9ff050902e3df9
mount: use auto-loopdev for all known filesystems

The commit e580266914734898999f652025f9c7141023df66 introduced
"automatically detect and loop-mount regular files". This should be
used only for filesystems that require block devices.

All known filesystems in libblkid depend block devices, so we can
use blkid_known_fstype() as a filter for this feature.

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