Index: linux/mm/filemap.c --- linux/mm/filemap.c.old Tue Oct 16 23:29:08 2001 +++ linux/mm/filemap.c Wed Oct 17 00:26:37 2001 @@ -2449,5 +2449,5 @@ { unsigned char present = 0; - struct address_space * as = &vma->vm_file->f_dentry->d_inode->i_mapping; + struct address_space * as = vma->vm_file->f_dentry->d_inode->i_mapping; struct page * page, ** hash = page_hash(as, pgoff);