summaryrefslogtreecommitdiff
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2010-10-04 09:37:37 (GMT)
committerAl Viro <viro@zeniv.linux.org.uk>2010-10-26 01:18:20 (GMT)
commitfde214d414218fb6cace35708730986bcc94fb53 (patch)
tree8f3a1794979866c5f7a7101686ea8e45b7da67ad /kernel/sysctl.c
parentebdec241d509cf69f6ebf1ecdc036359d3dbe154 (diff)
downloadlinux-fsl-qoriq-fde214d414218fb6cace35708730986bcc94fb53.tar.xz
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 <jack@suse.cz> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'kernel/sysctl.c')
0 files changed, 0 insertions, 0 deletions