VirtualBox

Changeset 28993 in vbox


Ignore:
Timestamp:
May 4, 2010 8:02:23 AM (15 years ago)
Author:
vboxsync
Message:

Linux Additions / shared folders: Accept the _netdev mount option (just ignore it)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/mount.vboxsf.c

    r28800 r28993  
    138138        HOSUID,
    139139        HOREMOUNT,
    140         HONOAUTO
     140        HONOAUTO,
     141        HONIGNORE
    141142    } handler_opt;
    142143    struct
     
    169170        {"remount",   HOREMOUNT,   0, 0 },
    170171        {"noauto",    HONOAUTO,    0, 0 },
     172        {"_netdev",   HONIGNORE,   0, 0 },
    171173        {NULL, 0, 0, NULL}
    172174    }, *handler;
     
    296298                    break;
    297299                case HONOAUTO:
     300                case HONIGNORE:
    298301                    break;
    299302                }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette