File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -185,14 +185,8 @@ enum criteria {
185
185
186
186
/* prefer goal again. length */
187
187
#define EXT4_MB_HINT_MERGE 0x0001
188
- /* blocks already reserved */
189
- #define EXT4_MB_HINT_RESERVED 0x0002
190
- /* metadata is being allocated */
191
- #define EXT4_MB_HINT_METADATA 0x0004
192
188
/* first blocks in the file */
193
189
#define EXT4_MB_HINT_FIRST 0x0008
194
- /* search for the best chunk */
195
- #define EXT4_MB_HINT_BEST 0x0010
196
190
/* data is being allocated */
197
191
#define EXT4_MB_HINT_DATA 0x0020
198
192
/* don't preallocate (for tails) */
Original file line number Diff line number Diff line change @@ -23,10 +23,7 @@ struct partial_cluster;
23
23
24
24
#define show_mballoc_flags (flags ) __print_flags(flags, "|", \
25
25
{ EXT4_MB_HINT_MERGE, "HINT_MERGE" }, \
26
- { EXT4_MB_HINT_RESERVED, "HINT_RESV" }, \
27
- { EXT4_MB_HINT_METADATA, "HINT_MDATA" }, \
28
26
{ EXT4_MB_HINT_FIRST, "HINT_FIRST" }, \
29
- { EXT4_MB_HINT_BEST, "HINT_BEST" }, \
30
27
{ EXT4_MB_HINT_DATA, "HINT_DATA" }, \
31
28
{ EXT4_MB_HINT_NOPREALLOC, "HINT_NOPREALLOC" }, \
32
29
{ EXT4_MB_HINT_GROUP_ALLOC, "HINT_GRP_ALLOC" }, \
You can’t perform that action at this time.
0 commit comments