[PATCH] ext4: mballoc.h typo fix: correct wrong comments about MB_DEFAULT_STREAM_THRESHOLD

2016-06-07 Thread Lin Feng
According to ext4_mb_group_or_file it's obviously that files larger than s_mb_stream_request use stream allocator and smaller ones use locality group allocator. The original intention for stream allocator had been broken since commit 4ba74d00a202 ("ext4: Fix bugs in mballoc's stream allocation

[PATCH] ext4: mballoc.h typo fix: correct wrong comments about MB_DEFAULT_STREAM_THRESHOLD

2016-06-07 Thread Lin Feng
According to ext4_mb_group_or_file it's obviously that files larger than s_mb_stream_request use stream allocator and smaller ones use locality group allocator. The original intention for stream allocator had been broken since commit 4ba74d00a202 ("ext4: Fix bugs in mballoc's stream allocation