Re: [PATCH] remove NULL checks before kfree in binfmt_elf_fdpic.c and binfmt_elf.c

2005-03-23 Thread David Howells
Jesper Juhl <[EMAIL PROTECTED]> wrote: > remove redundant NULL checks before kfree() in fs/binfmt_elf_fdpic.c and > fs/binfmt_elf.c The FDPIC bit looks okay. Acked-By: David Howells <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a m

[PATCH] remove NULL checks before kfree in binfmt_elf_fdpic.c and binfmt_elf.c

2005-03-22 Thread Jesper Juhl
remove redundant NULL checks before kfree() in fs/binfmt_elf_fdpic.c and fs/binfmt_elf.c Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> --- linux-2.6.12-rc1-mm1-orig/fs/binfmt_elf_fdpic.c 2005-03-21 23:15:43.0 +0100 +++ linux-2.6.12-rc1-mm1/fs/binfmt_elf_fdpic.c 2005-03-22 23:59: