Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Robin Dong and committed by
Theodore Ts'o
cc6eb18d a4a39040

-5
-5
fs/ext4/mballoc.h
··· 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 */