Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178744
b: refs/heads/master
c: 2f48912
h: refs/heads/master
v: v3
  • Loading branch information
Daisuke HATAYAMA authored and Paul Mundt committed Jan 4, 2010
1 parent 6a403c0 commit bbd1bea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7dbcd8c55fa9b39fe27383b697b8989697c1e1c5
refs/heads/master: 2f48912d1443a796f10c42c89cb386f0e3eca04d
4 changes: 2 additions & 2 deletions trunk/fs/binfmt_elf_fdpic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1798,11 +1798,11 @@ static int elf_fdpic_core_dump(struct coredump_params *cprm)
ELF_CORE_WRITE_EXTRA_DATA;
#endif

if (file->f_pos != offset) {
if (cprm->file->f_pos != offset) {
/* Sanity check */
printk(KERN_WARNING
"elf_core_dump: file->f_pos (%lld) != offset (%lld)\n",
file->f_pos, offset);
cprm->file->f_pos, offset);
}

end_coredump:
Expand Down

0 comments on commit bbd1bea

Please sign in to comment.