diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-12-01 04:02:08 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-12-01 04:02:08 +0000 |
commit | fd095d09f2d475dc2e8599b1b8bae1cd65e91685 (patch) | |
tree | 217f87a997699505e0dd752931409b9f10fffe65 /fs/exec.c | |
parent | c02e0599c4233f97071928f8118841954bacdadf (diff) |
Merge with 2.1.56 as first part of merging back my code.
Diffstat (limited to 'fs/exec.c')
-rw-r--r-- | fs/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -369,7 +369,7 @@ int read_exec(struct dentry *dentry, unsigned long offset, 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; |