svn commit: r322083 - stable/11/sys/geom

Edward Tomasz Napierala trasz at FreeBSD.org
Sat Aug 5 09:34:10 UTC 2017


Author: trasz
Date: Sat Aug  5 09:34:09 2017
New Revision: 322083
URL: https://svnweb.freebsd.org/changeset/base/322083

Log:
  MFC r318444:
  
  Fix typo.

Modified:
  stable/11/sys/geom/geom_vfs.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/geom/geom_vfs.c
==============================================================================
--- stable/11/sys/geom/geom_vfs.c	Sat Aug  5 09:32:03 2017	(r322082)
+++ stable/11/sys/geom/geom_vfs.c	Sat Aug  5 09:34:09 2017	(r322083)
@@ -168,7 +168,7 @@ g_vfs_strategy(struct bufobj *bo, struct buf *bp)
 	sc = cp->geom->softc;
 
 	/*
-	 * If the provider has orphaned us, just return EXIO.
+	 * If the provider has orphaned us, just return ENXIO.
 	 */
 	mtx_lock(&sc->sc_mtx);
 	if (sc->sc_orphaned) {


More information about the svn-src-all mailing list