From: Eric Sandeen Date: Wed, 27 Sep 2006 08:49:36 +0000 (-0700) Subject: [PATCH] more ext3 16T overflow fixes X-Git-Tag: v2.6.19-rc1~989 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32c2d2bc4bed61323f14f2a7d69ccbd567253d8a;p=pandora-kernel.git [PATCH] more ext3 16T overflow fixes Some of the changes in balloc.c are just cosmetic, as Andreas pointed out - if they overflow they'll then underflow and things are fine. 5th hunk actually fixes an overflow problem. Also check for potential overflows in inode & block counts when resizing. Signed-off-by: Eric Sandeen Cc: Mingming Cao Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed