Pawel Jakub Dawidek 7443b79b81 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
2010-09-08 21:00:53 +00:00
..
2010-08-30 14:26:02 +00:00
2010-08-06 09:44:01 +00:00
2010-09-01 01:26:07 +00:00
2010-09-02 16:23:05 +00:00
2010-09-03 17:42:17 +00:00
2010-07-09 10:57:55 +00:00
2010-08-30 14:26:02 +00:00
2010-08-30 14:26:02 +00:00
2010-01-04 20:59:52 +00:00
2009-05-26 09:19:21 +00:00
2010-06-26 21:44:45 +00:00