K 10 svn:author V 7 rodrigc K 8 svn:date V 27 2008-08-23T01:21:10.778336Z K 7 svn:log V 278 Instead of passing MNT_UPDATE, MNT_SNAPSHOT, MNT_RELOAD from userspace to kernel via nmount(), pass in the strings "update", "snapshot", "reload". We want to move away from passing MNT_ flags from userspace -> kernel via nmount(), and instead favor passing the string options. END