cvs commit: src/sbin/mount mount_fs.c

Craig Rodrigues rodrigc at FreeBSD.org
Wed Dec 6 19:24:45 PST 2006


rodrigc     2006-12-07 03:24:44 UTC

  FreeBSD src repository

  Modified files:
    sbin/mount           mount_fs.c 
  Log:
  Pass a char buffer parameter with name "errmsg" to nmount().
  For filesystems which use vfs_mount_error() to log an error, this
  char buffer will be populated with a string error message.
  If nmount() fails, in addition to printing out strerror(errno),
  print out the "errmsg" populated by vfs_mount_error().
  
  Revision  Changes    Path
  1.3       +4 -1      src/sbin/mount/mount_fs.c


More information about the cvs-src mailing list