Zap a redundant NULL

This commit is contained in:
Poul-Henning Kamp 2004-05-30 18:04:06 +00:00
parent 41ee9f1c69
commit 887ae9a1d2

View File

@ -404,7 +404,7 @@ disk_destroy(struct disk *dp)
g_cancel_event(dp);
dp->d_destroyed = 1;
g_post_event(g_disk_destroy, dp, M_WAITOK, NULL, NULL);
g_post_event(g_disk_destroy, dp, M_WAITOK, NULL);
}
static void