summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_disklabel.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/subr_disklabel.c')
-rw-r--r--sys/kern/subr_disklabel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_disklabel.c b/sys/kern/subr_disklabel.c
index ff72629..20209d1 100644
--- a/sys/kern/subr_disklabel.c
+++ b/sys/kern/subr_disklabel.c
@@ -301,7 +301,7 @@ writedisklabel(dev, lp)
#ifdef __alpha__
alpha_fix_srm_checksum(bp);
#endif
- BUF_STRATEGY(bp, 1);
+ DEV_STRATEGY(bp, 1);
error = biowait(bp);
goto done;
}
OpenPOWER on IntegriCloud