X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=fs%2Fisofs%2Fcompress.c;h=6bbbdb53581d1bb42b1db87f88a4de9799b82808;hb=2485822d51f8b338d289abe00eb7ce5249794a08;hp=731816332b12b5a310623fbc85134710714ddd41;hpb=e37a72de84d27ee8bc0e7dbb5c2f1774ed306dbb;p=linux-2.6-omap-h63xx.git diff --git a/fs/isofs/compress.c b/fs/isofs/compress.c index 731816332b1..6bbbdb53581 100644 --- a/fs/isofs/compress.c +++ b/fs/isofs/compress.c @@ -42,7 +42,7 @@ static struct semaphore zisofs_zlib_semaphore; */ static int zisofs_readpage(struct file *file, struct page *page) { - struct inode *inode = file->f_dentry->d_inode; + struct inode *inode = file->f_path.dentry->d_inode; struct address_space *mapping = inode->i_mapping; unsigned int maxpage, xpage, fpage, blockindex; unsigned long offset;