diff options
author | Robin Dong <sanbai@taobao.com> | 2012-08-17 10:00:17 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2012-08-17 10:00:17 -0400 |
commit | cc6eb18d68fb52a7de65b7a318461ca600240177 (patch) | |
tree | b0580f6a29ce32daf6ae4e56d286879afcec1501 /fs/ext4 | |
parent | a4a39040e9dacb5fa28b7ee7f842237ee534e7bf (diff) |
ext4: remove unused macro MB_DEFAULT_MAX_GROUPS_TO_SCAN
Signed-off-by: Robin Dong <sanbai@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4')
-rw-r--r-- | fs/ext4/mballoc.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/ext4/mballoc.h b/fs/ext4/mballoc.h index c070618c21ce..3ccd889ba953 100644 --- a/fs/ext4/mballoc.h +++ b/fs/ext4/mballoc.h | |||
@@ -65,11 +65,6 @@ extern u8 mb_enable_debug; | |||
65 | #define MB_DEFAULT_MIN_TO_SCAN 10 | 65 | #define MB_DEFAULT_MIN_TO_SCAN 10 |
66 | 66 | ||
67 | /* | 67 | /* |
68 | * How many groups mballoc will scan looking for the best chunk | ||
69 | */ | ||
70 | #define MB_DEFAULT_MAX_GROUPS_TO_SCAN 5 | ||
71 | |||
72 | /* | ||
73 | * with 'ext4_mb_stats' allocator will collect stats that will be | 68 | * with 'ext4_mb_stats' allocator will collect stats that will be |
74 | * shown at umount. The collecting costs though! | 69 | * shown at umount. The collecting costs though! |
75 | */ | 70 | */ |