Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39540
b: refs/heads/master
c: 7f14daa
h: refs/heads/master
v: v3
  • Loading branch information
Petr Vandrovec authored and Linus Torvalds committed Oct 13, 2006
1 parent cebe4f4 commit 13fd32b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 12e36b2f41b6cbc67386fcb9c59c32a3e2033905
refs/heads/master: 7f14daa19ea36b200d237ad3ac5826ae25360461
2 changes: 1 addition & 1 deletion trunk/fs/binfmt_elf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ static int dump_write(struct file *file, const void *addr, int nr)
static int dump_seek(struct file *file, loff_t off)
{
if (file->f_op->llseek && file->f_op->llseek != no_llseek) {
if (file->f_op->llseek(file, off, 1) != off)
if (file->f_op->llseek(file, off, SEEK_CUR) < 0)
return 0;
} else {
char *buf = (char *)get_zeroed_page(GFP_KERNEL);
Expand Down

0 comments on commit 13fd32b

Please sign in to comment.