From: Jens Axboe Date: Thu, 4 Mar 2010 08:49:47 +0000 (+0100) Subject: block: remove ->max member from struct blk_iopoll X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=refs%2Fheads%2Fblk-iopoll;p=linux-2.6-block.git block: remove ->max member from struct blk_iopoll It's no longer used. Also move the int weight to the end. Signed-off-by: Jens Axboe --- diff --git a/include/linux/blk-iopoll.h b/include/linux/blk-iopoll.h index 308734d3d4a2..2281839a0f3d 100644 --- a/include/linux/blk-iopoll.h +++ b/include/linux/blk-iopoll.h @@ -8,9 +8,8 @@ struct blk_iopoll { struct list_head list; unsigned long state; unsigned long data; - int weight; - int max; blk_iopoll_fn *poll; + int weight; }; enum {