cvs commit: src/sys/sys mount.h src/sys/kern vfs_mount.c

Poul-Henning Kamp phk at FreeBSD.org
Mon Dec 6 10:18:37 PST 2004


phk         2004-12-06 18:18:36 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              mount.h 
    sys/kern             vfs_mount.c 
  Log:
  Add more functions for handling mount arguments in VFS_MOUNT():
  
  vfs_flagopt() for binary/boolean options.
  vfs_getopts() for string options
  vfs_filteropt() to check for unknown options.
  vfs_scanopt() for scanf() like processing of options.
  
  Also add function for setting the stat.f_mntfromname field.
  
  Revision  Changes    Path
  1.165     +112 -0    src/sys/kern/vfs_mount.c
  1.186     +5 -0      src/sys/sys/mount.h


More information about the cvs-src mailing list