kernel-ark/fs/isofs
Jan Kara fde214d414 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>
2010-10-25 21:18:20 -04:00
..
compress.c zisofs: Implement reading of compressed files when PAGE_CACHE_SIZE > compress block size 2009-12-10 15:02:49 +01:00
dir.c BKL: Remove BKL from isofs 2010-10-04 21:10:45 +02:00
export.c nfs: new subdir Documentation/filesystems/nfs 2009-10-27 19:34:04 -04:00
inode.c isofs: Fix isofs_get_blocks for 8TB files 2010-10-25 21:18:20 -04:00
isofs.h BKL: Remove BKL from isofs 2010-10-04 21:10:45 +02:00
joliet.c NLS: update handling of Unicode 2009-06-15 21:44:43 -07:00
Kconfig fs/Kconfig: move iso9660, udf out 2009-01-22 13:15:55 +03:00
Makefile
namei.c BKL: Remove BKL from isofs 2010-10-04 21:10:45 +02:00
rock.c BKL: Remove BKL from isofs 2010-10-04 21:10:45 +02:00
rock.h
util.c
zisofs.h