diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2004-07-06 17:06:54 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2004-07-06 17:06:54 +0000 |
| commit | 01ab535e8db6e6249f32a4d324a3d58ba637c564 (patch) | |
| tree | b48f20547c0b2fb542a9a3c1e63b2f9b6b72e4be | |
| parent | cf813ab24432c6b8a5597c5ee8b73d57c11cadf9 (diff) | |
Notes
| -rw-r--r-- | sys/geom/label/g_label.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/label/g_label.c b/sys/geom/label/g_label.c index 095e5cd079d7..b8ce0ccdbe1c 100644 --- a/sys/geom/label/g_label.c +++ b/sys/geom/label/g_label.c @@ -211,7 +211,7 @@ g_label_taste(struct g_class *mp, struct g_provider *pp, int flags __unused) g_attach(cp, pp); error = g_access(cp, 1, 0, 0); if (error != 0) { - g_wither_geom(gp); + g_wither_geom(gp, ENXIO); return (NULL); } |
