patch-2.1.56 linux/fs/exec.c
Next file: linux/fs/ext2/file.c
Previous file: linux/fs/dcache.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sat Sep 13 11:07:28 1997
- Orig file:
v2.1.55/linux/fs/exec.c
- Orig date:
Wed Sep 3 20:52:43 1997
diff -u --recursive --new-file v2.1.55/linux/fs/exec.c linux/fs/exec.c
@@ -365,7 +365,7 @@
if (!file.f_op->read)
goto close_readexec;
if (file.f_op->llseek) {
- if (file.f_op->llseek(inode,&file,offset,0) != offset)
+ if (file.f_op->llseek(&file,offset,0) != offset)
goto close_readexec;
} else
file.f_pos = offset;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov