]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ext4 balloc: reset windowsz when full
authorHugh Dickins <hugh@veritas.com>
Thu, 7 Dec 2006 04:39:18 +0000 (20:39 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Thu, 7 Dec 2006 16:39:42 +0000 (08:39 -0800)
commit12d2f292c0c41ddbc538f5fae27e8faabe86443f
treec40dcec3289d45f4fdd5656aced3c576c6edc8f5
parente7f29ba57ccc4ef3748c783979b7d7da12c41277
[PATCH] ext4 balloc: reset windowsz when full

ext4_new_blocks should reset the reservation window size to 0 when squeezing
the last blocks out of an almost full filesystem, so the retry doesn't skip
any groups with less than half that free, reporting ENOSPC too soon.

Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: Hugh Dickins <hugh@veritas.com>
Cc: <linux-ext4@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/ext4/balloc.c