diff options
Diffstat (limited to 'fs/binfmt_elf_fdpic.c')
| -rw-r--r-- | fs/binfmt_elf_fdpic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/binfmt_elf_fdpic.c b/fs/binfmt_elf_fdpic.c index 95b65aab7daa..7e3108489c83 100644 --- a/fs/binfmt_elf_fdpic.c +++ b/fs/binfmt_elf_fdpic.c @@ -917,7 +917,7 @@ static int elf_fdpic_map_file(struct elf_fdpic_params *params, return 0; dynamic_error: - printk("ELF FDPIC %s with invalid DYNAMIC section (inode=%lu)\n", + printk("ELF FDPIC %s with invalid DYNAMIC section (inode=%llu)\n", what, file_inode(file)->i_ino); return -ELIBBAD; } |
