提交 6a0fe493 编写于 作者: T Tao Ma 提交者: Theodore Ts'o

ext4: remove ac_repeats from ext4_allocation_context

ac_repeats isn't referenced in the mballoc code. So remove it.
Signed-off-by: NTao Ma <boyu.mt@taobao.com>
Signed-off-by: N"Theodore Ts'o" <tytso@mit.edu>
上级 ced156e4
...@@ -187,7 +187,6 @@ struct ext4_allocation_context { ...@@ -187,7 +187,6 @@ struct ext4_allocation_context {
__u16 ac_flags; /* allocation hints */ __u16 ac_flags; /* allocation hints */
__u8 ac_status; __u8 ac_status;
__u8 ac_criteria; __u8 ac_criteria;
__u8 ac_repeats;
__u8 ac_2order; /* if request is to allocate 2^N blocks and __u8 ac_2order; /* if request is to allocate 2^N blocks and
* N > 0, the field stores N, otherwise 0 */ * N > 0, the field stores N, otherwise 0 */
__u8 ac_op; /* operation, for history only */ __u8 ac_op; /* operation, for history only */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册