OSDN Git Service

binfmt_elf_fdpic: Fix build breakage introduced by coredump changes.
authorDaisuke HATAYAMA <d.hatayama@jp.fujitsu.com>
Mon, 4 Jan 2010 06:42:14 +0000 (15:42 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 4 Jan 2010 06:42:14 +0000 (15:42 +0900)
Commit f6151dfea21496d43dbaba32cfcd9c9f404769bc introduces build
breakage, so this patch fixes it together with some printk formatting
cleanup.

Signed-off-by: Daisuke HATAYAMA <d.hatayama@jp.fujitsu.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
fs/binfmt_elf_fdpic.c

index c25256a..7dc8599 100644 (file)
@@ -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: