From cfa5e80af812439335d920bd366c19daf87e3cd0 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 3 Jul 2004 19:37:06 +0000 Subject: [PATCH] Remove stale comment --- sys/kern/vfs_bio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index 1bfb331a1fb..9b44e9b5499 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -3060,7 +3060,6 @@ bufwait(register struct buf * bp) /* * Call back function from struct bio back up to struct buf. - * The corresponding initialization lives in sys/conf.h:DEV_STRATEGY(). */ static void bufdonebio(struct bio *bp)