]> err.no Git - util-linux/commit
mount: use loop= option when mounting by /sbin/mount.<type>
authorKarel Zak <kzak@redhat.com>
Mon, 2 Jul 2007 21:35:08 +0000 (23:35 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 2 Jul 2007 21:35:08 +0000 (23:35 +0200)
commit2e039577c5eb895fab35aed136345a0c07d7a587
tree73feea7794e3472e79918d24a8513a4d2ef5ead2
parent46e711180f6c7ef6b52373438a4bf0cecb7c646c
mount: use loop= option when mounting by /sbin/mount.<type>

The mount(8) calls external mount programs (/sbin/mount.<type>)
without the loop=/dev/loopN option. This patch fix this bug.

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