ext4: remove unused macro MB_DEFAULT_MAX_GROUPS_TO_SCAN
authorRobin Dong <[email protected]>
Fri, 17 Aug 2012 14:00:17 +0000 (10:00 -0400)
committerTheodore Ts'o <[email protected]>
Fri, 17 Aug 2012 14:00:17 +0000 (10:00 -0400)
Signed-off-by: Robin Dong <[email protected]>
Signed-off-by: "Theodore Ts'o" <[email protected]>
fs/ext4/mballoc.h

index c070618c21ce8e4d4f6bb00fff94136e2c2bf615..3ccd889ba953c10f7c6e38200e8873c5ee344b2a 100644 (file)
@@ -64,11 +64,6 @@ extern u8 mb_enable_debug;
  */
 #define MB_DEFAULT_MIN_TO_SCAN         10
 
-/*
- * How many groups mballoc will scan looking for the best chunk
- */
-#define MB_DEFAULT_MAX_GROUPS_TO_SCAN  5
-
 /*
  * with 'ext4_mb_stats' allocator will collect stats that will be
  * shown at umount. The collecting costs though!