From: Alan Cox Date: Fri, 23 Nov 2007 20:11:51 +0000 (-0500) Subject: Import 2.0.35pre9 X-Git-Tag: 2.0.35pre9 X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=7928596159e6f30ed6253149fc599dfe00bd797c;p=history.git Import 2.0.35pre9 --- diff --git a/fs/isofs/inode.c b/fs/isofs/inode.c index 902d011dfa9d..d7e2fc621c8b 100644 --- a/fs/isofs/inode.c +++ b/fs/isofs/inode.c @@ -597,7 +597,7 @@ int isofs_bmap(struct inode * inode,int block) * If we are beyond the end of this file, don't give out any * blocks. */ - if( b_off >= inode->i_size ) + if( b_off > inode->i_size ) { off_t max_legal_read_offset;