Commit cc6eb18d68fb52a7de65b7a318461ca600240177

Authored by Robin Dong
Committed by Theodore Ts'o
1 parent a4a39040e9

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>

Showing 1 changed file with 0 additions and 5 deletions Side-by-side Diff

... ... @@ -65,11 +65,6 @@
65 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 68 * with 'ext4_mb_stats' allocator will collect stats that will be
74 69 * shown at umount. The collecting costs though!
75 70 */