Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Dec 2004 21:14:47 +0000 (UTC)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_mount.c
Message-ID:  <200412032114.iB3LElCt000514@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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