[PATCH] Remove unecessary NULL check in kernel/acct.c
authorMatt Helsley <matthltc@us.ibm.com>
Sun, 25 Jun 2006 12:48:03 +0000 (05:48 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 25 Jun 2006 17:01:09 +0000 (10:01 -0700)
commit11e64757f9fb32f13f51596bbf01988f42fca764
tree9fab5ffe96db5dae318d04f8979a3883ff35df5b
parent7c12d81134b130ccd4c286b434ca48c4cda71a2f
[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 <matthltc@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/acct.c