On Sat, Apr 26 2008, FUJITA Tomonori wrote: > This is against Jens' for-linus branch. > > = > From: FUJITA Tomonori <fujita.tomonori@xxxxxxxxxxxxx> > Subject: [PATCH] block: fix compile warning > > block/blk-core.c: In function __blk_run_queue > block/blk-core.c:382: warning: unused variable flags > > Signed-off-by: FUJITA Tomonori <fujita.tomonori@xxxxxxxxxxxxx> > Cc: Jens Axboe <jens.axboe@xxxxxxxxxx> > --- > block/blk-core.c | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/block/blk-core.c b/block/blk-core.c > index 35ae1c0..4fd42af 100644 > --- a/block/blk-core.c > +++ b/block/blk-core.c > @@ -380,8 +380,6 @@ EXPORT_SYMBOL(blk_sync_queue); > */ > void __blk_run_queue(struct request_queue *q) > { > - unsigned long flags; > - > blk_remove_plug(q); > > /* > -- > 1.5.4.2 Thanks Tomo! -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html