Fix a typo in unplug's due to timers.
authorAlan D. Brunelle <Alan.Brunelle@hp.com>
Mon, 26 Feb 2007 19:44:29 +0000 (20:44 +0100)
committerJens Axboe <axboe@carl.home.kernel.dk>
Mon, 26 Feb 2007 19:44:29 +0000 (20:44 +0100)
Signed-off-by: Alan D. Brunelle <Alan.Brunelle@hp.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
btt/trace_plug.c

index 6ce3d56b01495869eeafede75698c731c5f189d5..dd797f6e2e9c48b392cd1341115f1748dcfb5c71 100644 (file)
@@ -33,7 +33,7 @@ void trace_unplug_io(struct io *u_iop)
 
 void trace_unplug_timer(struct io *u_iop)
 {
-       trace_unplug(u_iop, 0);
+       trace_unplug(u_iop, 1);
 }
 
 void trace_plug(struct io *p_iop)