projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ced156e
)
ext4: remove ac_repeats from ext4_allocation_context
author
Tao Ma
<boyu.mt@taobao.com>
Sat, 23 Jul 2011 20:18:55 +0000
(16:18 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Sat, 23 Jul 2011 20:18:55 +0000
(16:18 -0400)
ac_repeats isn't referenced in the mballoc code. So remove it.
Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/mballoc.h
patch
|
blob
|
history
diff --git
a/fs/ext4/mballoc.h
b/fs/ext4/mballoc.h
index 20b5e7bfebd175e27db63f959c0d5d89a9f929b0..9d4a636b546c529ac993b18e1fe6abb3e99ab9f5 100644
(file)
--- 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 */