cvs commit: src/sys/kern vfs_mount.c

Poul-Henning Kamp phk at FreeBSD.org
Fri Dec 3 13:14:47 PST 2004


phk         2004-12-03 21:14:47 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_mount.c 
  Log:
  When omount() is called, check if the filesystem have a cmount method
  and if so call it.
  
  The cmount method will gather and interpret omount() style arguments,
  and issue a kern_[v]mount() call to execute the corresponding nmount
  operation.
  
  Revision  Changes    Path
  1.157     +11 -2     src/sys/kern/vfs_mount.c


More information about the cvs-all mailing list