From: Matt Helsley Date: Sun, 25 Jun 2006 12:48:03 +0000 (-0700) Subject: [PATCH] Remove unecessary NULL check in kernel/acct.c X-Git-Tag: v2.6.18-rc1~975 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11e64757f9fb32f13f51596bbf01988f42fca764;p=pandora-kernel.git [PATCH] Remove unecessary NULL check in kernel/acct.c copy_process() appears to be the only caller of acct_clear_integrals() and does not pass in NULL task pointers. Remove the unecessary check. Signed-off-by: Matt Helsley Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed