[PATCH] csa: convert CONFIG tag for extended accounting routines
There were a few accounting data/macros that are used in CSA but are #ifdef'ed inside CONFIG_BSD_PROCESS_ACCT. This patch is to change those ifdef's from CONFIG_BSD_PROCESS_ACCT to CONFIG_TASK_XACCT. A few defines are moved from kernel/acct.c and include/linux/acct.h to kernel/tsacct.c and include/linux/tsacct_kern.h. Signed-off-by:Jay Lan <jlan@sgi.com> Cc: Shailabh Nagar <nagar@watson.ibm.com> Cc: Balbir Singh <balbir@in.ibm.com> Cc: Jes Sorensen <jes@sgi.com> Cc: Chris Sturtivant <csturtiv@sgi.com> Cc: Tony Ernst <tee@sgi.com> Cc: Guillaume Thouvenin <guillaume.thouvenin@bull.net> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- fs/compat.c 1 addition, 1 deletionfs/compat.c
- fs/exec.c 1 addition, 1 deletionfs/exec.c
- include/linux/acct.h 0 additions, 4 deletionsinclude/linux/acct.h
- include/linux/sched.h 1 addition, 1 deletioninclude/linux/sched.h
- include/linux/tsacct_kern.h 6 additions, 0 deletionsinclude/linux/tsacct_kern.h
- kernel/acct.c 0 additions, 30 deletionskernel/acct.c
- kernel/exit.c 1 addition, 0 deletionskernel/exit.c
- kernel/fork.c 1 addition, 0 deletionskernel/fork.c
- kernel/sched.c 1 addition, 1 deletionkernel/sched.c
- kernel/tsacct.c 30 additions, 0 deletionskernel/tsacct.c
Loading
Please register or sign in to comment