svn commit: trunk/busybox/util-linux
vda at busybox.net
vda at busybox.net
Sun Sep 17 15:39:22 UTC 2006
Author: vda
Date: 2006-09-17 08:39:22 -0700 (Sun, 17 Sep 2006)
New Revision: 16139
Log:
mount: revert mount --bind to using "bind" as fstype.
Modified:
trunk/busybox/util-linux/mount.c
Changeset:
Modified: trunk/busybox/util-linux/mount.c
===================================================================
--- trunk/busybox/util-linux/mount.c 2006-09-17 15:09:48 UTC (rev 16138)
+++ trunk/busybox/util-linux/mount.c 2006-09-17 15:39:22 UTC (rev 16139)
@@ -277,7 +277,7 @@
fsname = 0;
if (!mp->mnt_type || !*mp->mnt_type) { /* bind mount */
mp->mnt_fsname = fsname = bb_simplify_path(mp->mnt_fsname);
- mp->mnt_type = "none";
+ mp->mnt_type = "bind";
}
mp->mnt_freq = mp->mnt_passno = 0;
More information about the busybox-cvs
mailing list