From 0445e1a764e12ecedec5aced590ccb3dcfa8dcce Mon Sep 17 00:00:00 2001 From: Robin Dong Date: Fri, 17 Aug 2012 10:00:17 -0400 Subject: [PATCH] --- yaml --- r: 331564 b: refs/heads/master c: cc6eb18d68fb52a7de65b7a318461ca600240177 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ext4/mballoc.h | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 51193341fc07..4b564ded0dfc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a4a39040e9dacb5fa28b7ee7f842237ee534e7bf +refs/heads/master: cc6eb18d68fb52a7de65b7a318461ca600240177 diff --git a/trunk/fs/ext4/mballoc.h b/trunk/fs/ext4/mballoc.h index c070618c21ce..3ccd889ba953 100644 --- a/trunk/fs/ext4/mballoc.h +++ b/trunk/fs/ext4/mballoc.h @@ -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!