From: Jeff Mahoney Date: Fri, 19 Oct 2007 06:39:25 +0000 (-0700) Subject: reiserfs: fix usage of signed ints for block numbers X-Git-Tag: v2.6.24-rc1~262 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ee1667042c350003b9d3f35e5666cc8c43ce8aa;p=pandora-kernel.git reiserfs: fix usage of signed ints for block numbers Do a quick signedness check for block numbers. There are a number of places where signed integers are used for block numbers, which limits the usable file system size to 8 TiB. The disk format, excepting a problem which will be fixed in the following patch, supports file systems up to 16 TiB in size. This patch cleans up those sites so that we can enable the full usable size. Signed-off-by: Jeff Mahoney Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed