]> Git Repo - linux.git/commit - fs/proc/proc_misc.c
Use boot based time for process start time and boot time in /proc
authorTomas Janousek <[email protected]>
Mon, 16 Jul 2007 06:39:42 +0000 (23:39 -0700)
committerLinus Torvalds <[email protected]>
Mon, 16 Jul 2007 16:05:41 +0000 (09:05 -0700)
commit924b42d5a2dbe508407a0a6290d3751f826bccdd
treec13a647ae93bcf033bddb713c1e117e84698c679
parent7c3f1a573237b90ef331267260358a0ec4ac9079
Use boot based time for process start time and boot time in /proc

Commit 411187fb05cd11676b0979d9fbf3291db69dbce2 caused boot time to move and
process start times to become invalid after suspend.  Using boot based time
for those restores the old behaviour and fixes the issue.

[[email protected]: little cleanup]
Signed-off-by: Tomas Janousek <[email protected]>
Cc: Tomas Smetana <[email protected]>
Acked-by: John Stultz <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Ingo Molnar <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/proc/array.c
fs/proc/proc_misc.c
include/linux/sched.h
kernel/fork.c
This page took 0.056418 seconds and 4 git commands to generate.