From 8c638cbf09363388fd9e523d46ee412425754a6a Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 29 Jan 2008 09:31:09 +0000 Subject: mount: allow and ignore _netdev option --- util-linux/mount.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util-linux') diff --git a/util-linux/mount.c b/util-linux/mount.c index a10d28d..0b440ef 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -81,6 +81,7 @@ static const int32_t mount_options[] = { /* "swap" */ MOUNT_SWAP, USE_DESKTOP(/* "user" */ MOUNT_USERS,) USE_DESKTOP(/* "users" */ MOUNT_USERS,) + /* "_netdev" */ 0, ) USE_FEATURE_MOUNT_FLAGS( @@ -130,6 +131,7 @@ static const char mount_option_str[] = "swap" "\0" USE_DESKTOP("user" "\0") USE_DESKTOP("users" "\0") + "_netdev" "\0" ) USE_FEATURE_MOUNT_FLAGS( // vfs flags -- cgit v1.1