Revision 8682164a66325cab07620082eb7f413b547f4b4a authored by Evgeniy Dushistov on 29 January 2007, 21:19:55 UTC, committed by Linus Torvalds on 30 January 2007, 16:26:45 UTC
During ufs_trunc_direct which is subroutine of ufs::truncate, we try the first
of all free parts of block and then whole blocks.  But we calculate size of
block's part to free in the wrong way.

This may cause bad update of used blocks and fragments statistic, and you can
got report that you have free 32T on 1Gb partition.

Signed-off-by: Evgeniy Dushistov <dushistov@mail.ru>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent a685e26
History
File Mode Size
boot
kernel
lib
mb93090-mb00
mm
Kconfig -rw-r--r-- 9.3 KB
Kconfig.debug -rw-r--r-- 1.3 KB
Makefile -rw-r--r-- 2.8 KB
defconfig -rw-r--r-- 11.1 KB

back to top