From abe81015799d3ad4d013073152694219d5c6e5fc Mon Sep 17 00:00:00 2001 From: Tao Ma Date: Mon, 1 Mar 2010 19:06:35 -0500 Subject: [PATCH] --- yaml --- r: 185867 b: refs/heads/master c: cc483f102c3f703e853c96f95a654f0106fb2603 h: refs/heads/master i: 185865: 3399856da0466938396b3b9bd7b5a71b89d0b39d 185863: f8692266722d1510638da04aec3d59b2c19ff1e0 v: v3 --- [refs] | 2 +- trunk/fs/ext4/mballoc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b38b0ab27a88..d4aca9211fac 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 23e2af3518facab6838d7aac1f46fbd7a5a290ce +refs/heads/master: cc483f102c3f703e853c96f95a654f0106fb2603 diff --git a/trunk/fs/ext4/mballoc.c b/trunk/fs/ext4/mballoc.c index 415e11f1e9ee..72d5ceb18523 100644 --- a/trunk/fs/ext4/mballoc.c +++ b/trunk/fs/ext4/mballoc.c @@ -3935,7 +3935,7 @@ static void ext4_mb_group_or_file(struct ext4_allocation_context *ac) /* don't use group allocation for large files */ size = max(size, isize); - if (size >= sbi->s_mb_stream_request) { + if (size > sbi->s_mb_stream_request) { ac->ac_flags |= EXT4_MB_STREAM_ALLOC; return; }