diff options
Diffstat (limited to 'fs/ext4/mballoc.h')
-rw-r--r-- | fs/ext4/mballoc.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/ext4/mballoc.h b/fs/ext4/mballoc.h index 08481ee84cd5..d634e183b4d4 100644 --- a/fs/ext4/mballoc.h +++ b/fs/ext4/mballoc.h | |||
@@ -48,7 +48,7 @@ extern ushort ext4_mballoc_debug; | |||
48 | } \ | 48 | } \ |
49 | } while (0) | 49 | } while (0) |
50 | #else | 50 | #else |
51 | #define mb_debug(n, fmt, a...) | 51 | #define mb_debug(n, fmt, a...) no_printk(fmt, ## a) |
52 | #endif | 52 | #endif |
53 | 53 | ||
54 | #define EXT4_MB_HISTORY_ALLOC 1 /* allocation */ | 54 | #define EXT4_MB_HISTORY_ALLOC 1 /* allocation */ |
@@ -175,8 +175,6 @@ struct ext4_allocation_context { | |||
175 | /* copy of the best found extent taken before preallocation efforts */ | 175 | /* copy of the best found extent taken before preallocation efforts */ |
176 | struct ext4_free_extent ac_f_ex; | 176 | struct ext4_free_extent ac_f_ex; |
177 | 177 | ||
178 | /* number of iterations done. we have to track to limit searching */ | ||
179 | unsigned long ac_ex_scanned; | ||
180 | __u16 ac_groups_scanned; | 178 | __u16 ac_groups_scanned; |
181 | __u16 ac_found; | 179 | __u16 ac_found; |
182 | __u16 ac_tail; | 180 | __u16 ac_tail; |