svn commit: trunk/busybox/util-linux
vda at busybox.net
vda at busybox.net
Tue Jan 29 09:31:11 UTC 2008
Author: vda
Date: 2008-01-29 01:31:09 -0800 (Tue, 29 Jan 2008)
New Revision: 20921
Log:
mount: allow and ignore _netdev option
Modified:
trunk/busybox/util-linux/mount.c
Changeset:
Modified: trunk/busybox/util-linux/mount.c
===================================================================
--- trunk/busybox/util-linux/mount.c 2008-01-29 09:28:02 UTC (rev 20920)
+++ trunk/busybox/util-linux/mount.c 2008-01-29 09:31:09 UTC (rev 20921)
@@ -81,6 +81,7 @@
/* "swap" */ MOUNT_SWAP,
USE_DESKTOP(/* "user" */ MOUNT_USERS,)
USE_DESKTOP(/* "users" */ MOUNT_USERS,)
+ /* "_netdev" */ 0,
)
USE_FEATURE_MOUNT_FLAGS(
@@ -130,6 +131,7 @@
"swap" "\0"
USE_DESKTOP("user" "\0")
USE_DESKTOP("users" "\0")
+ "_netdev" "\0"
)
USE_FEATURE_MOUNT_FLAGS(
// vfs flags
More information about the busybox-cvs
mailing list