]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/binfmt_elf.c
binfmt_elf: remove unused argument in fill_elf_header
authorZhang Yanfei <zhangyanfei@cn.fujitsu.com>
Fri, 22 Feb 2013 00:44:20 +0000 (16:44 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Feb 2013 01:22:26 +0000 (17:22 -0800)
commitd3330cf08ccf9aef28a3e5740fd5cc7ac536db84
tree86faeb4546b2805e3e9717b1a75702cfa2be2d4b
parent37581c28e9e77f44a3124ebab99b98643bda1aa2
binfmt_elf: remove unused argument in fill_elf_header

In fill_elf_header(), elf->e_ident[EI_OSABI] is always set to ELF_OSABI,
so remove the unused argument 'osabi'.

Signed-off-by: Zhang Yanfei <zhangyanfei@cn.fujitsu.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/binfmt_elf.c