copy_signal() cleanup: kill taskstats_tgid_init() and acct_init_pacct()
Kill unused functions taskstats_tgid_init() and acct_init_pacct() because we don't use them anywhere after using kmem_cache_zalloc() in copy_signal(). Signed-off-by: Veaceslav Falico <vfalico@redhat.com> Cc: Roland McGrath <roland@redhat.com> Cc: Oleg Nesterov <oleg@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
a56704ef6b
commit
4dd66e69d4
@@ -587,16 +587,6 @@ out:
|
||||
revert_creds(orig_cred);
|
||||
}
|
||||
|
||||
/**
|
||||
* acct_init_pacct - initialize a new pacct_struct
|
||||
* @pacct: per-process accounting info struct to initialize
|
||||
*/
|
||||
void acct_init_pacct(struct pacct_struct *pacct)
|
||||
{
|
||||
memset(pacct, 0, sizeof(struct pacct_struct));
|
||||
pacct->ac_utime = pacct->ac_stime = cputime_zero;
|
||||
}
|
||||
|
||||
/**
|
||||
* acct_collect - collect accounting information into pacct_struct
|
||||
* @exitcode: task exit code
|
||||
|
Reference in New Issue
Block a user