From 2555923579b25a58d56b3e516787f99447dc9f9d Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 4 Mar 2010 09:49:47 +0100 Subject: [PATCH] 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 --- include/linux/blk-iopoll.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 { -- 2.25.1