]> err.no Git - util-linux/commitdiff
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)
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

index c27c5e56acaaa87a27a34e4c87757d78a0b0e677..50089a9ac80b3249b768a9f281ebb4cfc5456d00 100644 (file)
@@ -1057,6 +1057,9 @@ try_mount_one (const char *spec0, const char *node0, const char *types0,
          goto out;
   }
 
+  if (loop)
+      opt_loopdev = loopdev;
+
   /*
    * Call mount.TYPE for types that require a separate mount program.
    * For the moment these types are ncpfs and smbfs. Maybe also vxfs.
@@ -1082,8 +1085,6 @@ try_mount_one (const char *spec0, const char *node0, const char *types0,
 
   if (fake || mnt5_res == 0) {
       /* Mount succeeded, report this (if verbose) and write mtab entry.  */
-      if (loop)
-         opt_loopdev = loopdev;
 
       if (!(mounttype & MS_PROPAGATION)) {
              update_mtab_entry(loop ? loopfile : spec,