aboutsummaryrefslogtreecommitdiffstats
path: root/fs/isofs/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/isofs/inode.c')
-rw-r--r--fs/isofs/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/isofs/inode.c b/fs/isofs/inode.c
index bcd2d41b318a..131dedc920d8 100644
--- a/fs/isofs/inode.c
+++ b/fs/isofs/inode.c
@@ -1021,7 +1021,7 @@ int isofs_get_blocks(struct inode *inode, sector_t iblock,
1021 * the page with useless information without generating any 1021 * the page with useless information without generating any
1022 * I/O errors. 1022 * I/O errors.
1023 */ 1023 */
1024 if (b_off > ((inode->i_size + PAGE_CACHE_SIZE - 1) >> ISOFS_BUFFER_BITS(inode))) { 1024 if (b_off > ((inode->i_size + PAGE_SIZE - 1) >> ISOFS_BUFFER_BITS(inode))) {
1025 printk(KERN_DEBUG "%s: block >= EOF (%lu, %llu)\n", 1025 printk(KERN_DEBUG "%s: block >= EOF (%lu, %llu)\n",
1026 __func__, b_off, 1026 __func__, b_off,
1027 (unsigned long long)inode->i_size); 1027 (unsigned long long)inode->i_size);