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

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