fix ext3 block bitmap leakage
commit4c8a6fed53c2c10604a7c762d1bd31388709c4ac
authorKirill Korotaev <dev@openvz.org>
Mon, 26 Feb 2007 00:48:36 +0000 (26 01:48 +0100)
committerAdrian Bunk <bunk@stusta.de>
Mon, 26 Feb 2007 00:48:36 +0000 (26 01:48 +0100)
tree6b75274f237f004e198041267e564ecd72a6942f
parent9586568a59bf51bc50768f00a076a1e03e55eebc
fix ext3 block bitmap leakage

This patch fixes ext3 block bitmap leakage,
which leads to the following fsck messages on
_healthy_ filesystem:
Block bitmap differences:  -64159 -73707

All kernels up to 2.6.17 have this bug.

Found by
   Vasily Averin <vvs@sw.ru> and Andrey Savochkin <saw@sawoct.com>
Test case triggered the issue was created by
   Dmitry Monakhov <dmonakhov@sw.ru>

Signed-Off-By: Kirill Korotaev <dev@openvz.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
fs/ext3/inode.c