From: Russell Cattelan Date: Mon, 9 Oct 2006 17:11:54 +0000 (-0500) Subject: [GFS2] Fix a size calculation error X-Git-Tag: v2.6.19-rc2~7^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52ae7b7935a079aaba25da98fe90772d04109f26;p=pandora-kernel.git [GFS2] Fix a size calculation error Fix a size calculation error. The size was incorrect being computed as a negative length and then being passed to an unsigned parameter. This in turn would cause the allocator to think it needed enough meta data to store a gigabyte file for every file created. Signed-off-by: Russell Cattelan Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed