From 8a0a875c19c344680e69d02c2c1c3ab4490f7591 Mon Sep 17 00:00:00 2001 From: Valerie Clement Date: Fri, 15 Feb 2008 13:48:51 -0500 Subject: [PATCH] --- yaml --- r: 86383 b: refs/heads/master c: b73fce69ecb091a178ef9286027c370a63eb25aa h: refs/heads/master i: 86381: ab9685028e4878638fb82bb0989af6128e42a83b 86379: 59ca77966f91085cb9fe24f0f7860687eee13ed3 86375: 244bee48a7d6b630704006bf66ad5a0f421b30ca 86367: 651298cefa2273b956effc46b5f44b1e910ea8bf v: v3 --- [refs] | 2 +- trunk/fs/ext4/mballoc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7c82ee90ed7e..32be1b20d8fd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 55bd725aa3a83b3935988f37275b5a80e10d4169 +refs/heads/master: b73fce69ecb091a178ef9286027c370a63eb25aa diff --git a/trunk/fs/ext4/mballoc.c b/trunk/fs/ext4/mballoc.c index dd0fcfcb35ce..2121184a3fa5 100644 --- a/trunk/fs/ext4/mballoc.c +++ b/trunk/fs/ext4/mballoc.c @@ -906,7 +906,7 @@ static void ext4_mb_mark_free_simple(struct super_block *sb, unsigned short chunk; unsigned short border; - BUG_ON(len >= EXT4_BLOCKS_PER_GROUP(sb)); + BUG_ON(len > EXT4_BLOCKS_PER_GROUP(sb)); border = 2 << sb->s_blocksize_bits;