K 10 svn:author V 3 pjd K 8 svn:date V 27 2010-09-08T21:00:53.214198Z K 7 svn:log V 281 Doing first mount and updating mount points are both handled by the same syscall and the same function, but are very different and share almost no code. To make it easier to read and analyze, split vfs_domount() into vfs_domount_first() and vfs_domount_update(). Reviewed by: kib END