From: Jan Kara Date: Mon, 4 Oct 2010 09:37:37 +0000 (+0200) Subject: isofs: Fix isofs_get_blocks for 8TB files X-Git-Tag: v2.6.37-rc1~94^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fde214d414218fb6cace35708730986bcc94fb53;p=pandora-kernel.git isofs: Fix isofs_get_blocks for 8TB files Currently isofs_get_blocks() was limited to handle only 4TB files on 32-bit architectures because of unnecessary use of iblock variable which was signed long. Just remove the variable. The error messages that were using this variable should have rather used b_off anyway because that is the block we are currently mapping. Signed-off-by: Jan Kara Signed-off-by: Al Viro --- Reading git-diff-tree failed