From: Tao Ma Date: Sat, 23 Jul 2011 20:18:55 +0000 (-0400) Subject: ext4: remove ac_repeats from ext4_allocation_context X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6a0fe49308dcac10ab510b3c45e00eb8d5ef440e;p=mv-sheeva.git ext4: remove ac_repeats from ext4_allocation_context ac_repeats isn't referenced in the mballoc code. So remove it. Signed-off-by: Tao Ma Signed-off-by: "Theodore Ts'o" --- diff --git a/fs/ext4/mballoc.h b/fs/ext4/mballoc.h index 20b5e7bfebd..9d4a636b546 100644 --- a/fs/ext4/mballoc.h +++ b/fs/ext4/mballoc.h @@ -187,7 +187,6 @@ struct ext4_allocation_context { __u16 ac_flags; /* allocation hints */ __u8 ac_status; __u8 ac_criteria; - __u8 ac_repeats; __u8 ac_2order; /* if request is to allocate 2^N blocks and * N > 0, the field stores N, otherwise 0 */ __u8 ac_op; /* operation, for history only */