cvs commit: src/sys/kern vfs_mount.c

Craig Rodrigues rodrigc at FreeBSD.org
Wed Nov 9 02:26:40 GMT 2005


rodrigc     2005-11-09 02:26:38 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_mount.c 
  Log:
  For nmount(), allow a text string error message to be propagated back
  to user-space if a parameter named "errmsg" is passed into the iovec.
  Used in conjunction with vfs_mount_error(), more useful error messages
  than errno can be passed back to userspace when mounting a filesystem
  fails.
  
  Discussed with:         phk, pjd
  
  Revision  Changes    Path
  1.199     +37 -2     src/sys/kern/vfs_mount.c


More information about the cvs-src mailing list