* [PATCH][plugsched 18/28] Remove private proc entry
@ 2004-10-30 14:40 Con Kolivas
0 siblings, 0 replies; only message in thread
From: Con Kolivas @ 2004-10-30 14:40 UTC (permalink / raw)
To: linux
Cc: Andrew Morton, Ingo Molnar, Peter Williams,
William Lee Irwin III, Alexander Nyberg, Nick Piggin
[-- Attachment #1.1: Type: text/plain, Size: 27 bytes --]
Remove private proc entry
[-- Attachment #1.2: remove_specific_proc.diff --]
[-- Type: text/x-patch, Size: 948 bytes --]
sleep_avg is no longer a meaningful value being non linear and scheduler
dependant. Remove it from proc.
Signed-off-by: Con Kolivas <kernel@kolivas.org>
Index: linux-2.6.10-rc1-mm1/fs/proc/array.c
===================================================================
--- linux-2.6.10-rc1-mm1.orig/fs/proc/array.c 2004-10-27 22:40:25.587597899 +1000
+++ linux-2.6.10-rc1-mm1/fs/proc/array.c 2004-10-28 00:01:01.722069447 +1000
@@ -162,7 +162,6 @@ static inline char * task_state(struct t
read_lock(&tasklist_lock);
buffer += sprintf(buffer,
"State:\t%s\n"
- "SleepAVG:\t%lu%%\n"
"Tgid:\t%d\n"
"Pid:\t%d\n"
"PPid:\t%d\n"
@@ -170,7 +169,6 @@ static inline char * task_state(struct t
"Uid:\t%d\t%d\t%d\t%d\n"
"Gid:\t%d\t%d\t%d\t%d\n",
get_task_state(p),
- (p->sleep_avg/1024)*100/(1020000000/1024),
p->tgid,
p->pid, p->pid ? p->group_leader->real_parent->tgid : 0,
p->pid && p->ptrace ? p->parent->pid : 0,
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-10-30 15:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-30 14:40 [PATCH][plugsched 18/28] Remove private proc entry Con Kolivas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome