K 10 svn:author V 7 rodrigc K 8 svn:date V 27 2005-11-18T01:31:10.000000Z K 7 svn:log V 316 In vfs_nmount(), check to see if "update" mount option was passed in, and if so, set MNT_UPDATE filesystem flag. vfs_nmount() calls vfs_domount(), and there is special logic inside vfs_domount() if MNT_UPDATE is set. This is very important when we want to do an update mount of the root filesystem, using nmount(). END