Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Sep 2010 21:00:53 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern vfs_mount.c
Message-ID:  <201009082101.o88L172J044108@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2010-09-08 21:00:53 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_mount.c 
  Log:
  SVN rev 212341 on 2010-09-08 21:00:53Z by pjd
  
  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
  
  Revision  Changes    Path
  1.319     +268 -220  src/sys/kern/vfs_mount.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009082101.o88L172J044108>