Skip to content

Commit

Permalink
ext4: remove ac_repeats from ext4_allocation_context
Browse files Browse the repository at this point in the history
ac_repeats isn't referenced in the mballoc code. So remove it.

Signed-off-by: Tao Ma <[email protected]>
Signed-off-by: "Theodore Ts'o" <[email protected]>
  • Loading branch information
taoma-tm authored and tytso committed Jul 23, 2011
1 parent ced156e commit 6a0fe49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/ext4/mballoc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 6a0fe49

Please sign in to comment.