[PATCH] x86/powerpc make hardirq_ctx and softirq_ctx __read_mostly
[pandora-kernel.git] / fs / binfmt_elf.c
index 537893a..8a04216 100644 (file)
@@ -759,7 +759,6 @@ static int load_elf_binary(struct linux_binprm * bprm, struct pt_regs * regs)
 
        /* Discard our unneeded old files struct */
        if (files) {
-               steal_locks(files);
                put_files_struct(files);
                files = NULL;
        }