Date: Wed, 9 Nov 2005 02:26:38 +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/sys/kern vfs_mount.c Message-ID: <200511090226.jA92QcaM058466@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511090226.jA92QcaM058466>