aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2004-06-29 08:33:58 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2004-06-29 08:33:58 +0000
commit11e9a67906200888b3bac6646c4edf1392c399ba (patch)
treeace2c2973314522f5b2082064bae54ff7b80ae8f /sys/geom
parent5634e50d5ed7d20f3577716475a02bd1feca02c1 (diff)
downloadsrc-11e9a67906200888b3bac6646c4edf1392c399ba.tar.gz
src-11e9a67906200888b3bac6646c4edf1392c399ba.zip
Fix regression in last commit.
Notes
Notes: svn path=/head/; revision=131267
Diffstat (limited to 'sys/geom')
-rw-r--r--sys/geom/geom_disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_disk.c b/sys/geom/geom_disk.c
index 7145c0d2e60f..6b83173dc263 100644
--- a/sys/geom/geom_disk.c
+++ b/sys/geom/geom_disk.c
@@ -406,7 +406,7 @@ disk_destroy(struct disk *dp)
dp->d_destroyed = 1;
if (dp->d_devstat != NULL)
devstat_remove_entry(dp->d_devstat);
- g_post_event(g_disk_destroy, dp, M_WAITOK, NULL, NULL);
+ g_post_event(g_disk_destroy, dp, M_WAITOK, NULL);
}
static void