Date: Thu, 18 May 2017 08:25:08 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r318444 - head/sys/geom Message-ID: <201705180825.v4I8P8UA011065@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: trasz Date: Thu May 18 08:25:07 2017 New Revision: 318444 URL: https://svnweb.freebsd.org/changeset/base/318444 Log: Fix typo. MFC after: 2 weeks Modified: head/sys/geom/geom_vfs.c Modified: head/sys/geom/geom_vfs.c ============================================================================== --- head/sys/geom/geom_vfs.c Thu May 18 06:33:55 2017 (r318443) +++ head/sys/geom/geom_vfs.c Thu May 18 08:25:07 2017 (r318444) @@ -168,7 +168,7 @@ g_vfs_strategy(struct bufobj *bo, struct 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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705180825.v4I8P8UA011065>