]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make vfs_getopts() set *error to ENOENT if the option wasn't found, so that
authorOlivier Houchard <cognet@FreeBSD.org>
Tue, 13 Feb 2007 01:28:48 +0000 (01:28 +0000)
committerOlivier Houchard <cognet@FreeBSD.org>
Tue, 13 Feb 2007 01:28:48 +0000 (01:28 +0000)
commit38cc2a5caa81924c60a3cb6a6dc50aefa7c2ef51
treecff899fc501ded2befe96c7e9924ebaa4672b8fc
parent5033133005843f25739c2943bb0557ea546cf09b
Make vfs_getopts() set *error to ENOENT if the option wasn't found, so that
consumers don't have to check for both error and the return value (some of
them actually don't do it).

MFC After: 1 week
sys/kern/vfs_mount.c