]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/binfmt_elf.c
Don't mess with descriptor table in load_elf_binary()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 29 Mar 2009 20:31:16 +0000 (16:31 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 1 Apr 2009 03:00:27 +0000 (23:00 -0400)
commite7b9b550f53e81ea38e71d322d6f95730df058a2
tree2df697e6757a4af427c1aeb05ba0af5cd8f738ca
parent5ad4e53bd5406ee214ddc5a41f03f779b8b2d526
Don't mess with descriptor table in load_elf_binary()

... since we don't tell anyone which descriptor does the file get.
We used to, but only in case of ELF binary with a.out loader and
that stuff has been gone for a while.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/binfmt_elf.c