summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_pc98.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-04-23 20:46:12 +0000
committerphk <phk@FreeBSD.org>2003-04-23 20:46:12 +0000
commit3bbfe9f43b9f428fa76cf6b43be961ff03071025 (patch)
tree2d203b1d0b7761a17e73c3483c4149f9172a544b /sys/geom/geom_pc98.c
parentf0e2ab20a0f8aec13b4380cbf6075819af64c9a7 (diff)
downloadFreeBSD-src-3bbfe9f43b9f428fa76cf6b43be961ff03071025.zip
FreeBSD-src-3bbfe9f43b9f428fa76cf6b43be961ff03071025.tar.gz
Rename g_call_me() to g_post_event(), and give it a flag
argument to determine if we can M_WAITOK in malloc.
Diffstat (limited to 'sys/geom/geom_pc98.c')
-rw-r--r--sys/geom/geom_pc98.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_pc98.c b/sys/geom/geom_pc98.c
index 1cb66d1..adcf1a3 100644
--- a/sys/geom/geom_pc98.c
+++ b/sys/geom/geom_pc98.c
@@ -233,7 +233,7 @@ g_pc98_start(struct bio *bp)
* some I/O requests. Ask the event-handler to schedule
* us in a less restricted environment.
*/
- error = g_call_me(g_pc98_ioctl, bp, gp, NULL);
+ error = g_post_event(g_pc98_ioctl, bp, M_NOWAIT, gp, NULL);
if (error)
g_io_deliver(bp, error);
/*
OpenPOWER on IntegriCloud