K 10 svn:author V 7 rodrigc K 8 svn:date V 27 2008-06-26T22:58:20.696343Z K 7 svn:log V 409 ffs_vfsops.c: MFC 179269-179270 - delete "snapshot" from options list after we convert mount option to MNT_SNAPSHOT flag - do not perform string to flag conversions for mount option which are converted further up in vfs_donmount() in vfs_mount.c vfs_mount.c: MFC 179268 - Do not convert the "snapshot" string to the MNT_SNAPSHOT flag here, since we do it further down in ffs_vfsops.c PR: 122833 END