Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Dec 2006 03:24:44 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/mount mount_fs.c
Message-ID:  <200612070324.kB73OiO6032012@repoman.freebsd.org>

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



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