summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_apple.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/geom/geom_apple.c')
-rw-r--r--sys/geom/geom_apple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_apple.c b/sys/geom/geom_apple.c
index 328b835..f076a3a 100644
--- a/sys/geom/geom_apple.c
+++ b/sys/geom/geom_apple.c
@@ -243,7 +243,7 @@ g_apple_taste(struct g_class *mp, struct g_provider *pp, int insist)
break;
} while(0);
g_topology_lock();
- g_access_rel(cp, -1, 0, 0);
+ g_access(cp, -1, 0, 0);
if (LIST_EMPTY(&gp->provider)) {
g_slice_spoiled(cp);
return (NULL);
OpenPOWER on IntegriCloud