patch-2.1.56 linux/mm/mmap.c
Next file: linux/net/Config.in
Previous file: linux/mm/filemap.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sat Sep 13 11:07:29 1997
- Orig file:
v2.1.55/linux/mm/mmap.c
- Orig date:
Mon Aug 18 18:19:47 1997
diff -u --recursive --new-file v2.1.55/linux/mm/mmap.c linux/mm/mmap.c
@@ -296,7 +296,7 @@
}
}
if (!error)
- error = file->f_op->mmap(file->f_dentry->d_inode, file, vma);
+ error = file->f_op->mmap(file, vma);
if (error) {
if (correct_wcount)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov