K 10 svn:author V 7 rodrigc K 8 svn:date V 27 2006-12-07T03:24:43.000000Z K 7 svn:log V 305 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(). END