]> git.karo-electronics.de Git - karo-tx-linux.git/commit
procfs: use more apprioriate types when dumping /proc/N/stat
authorJan Engelhardt <jengelh@medozas.de>
Wed, 25 Apr 2012 01:04:45 +0000 (11:04 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 30 Apr 2012 05:17:39 +0000 (15:17 +1000)
commitff8c0eebe4e85ba326007f2caf0eadefc0f3795d
tree45cf5f90898c83e6dda378bfe10d44105cc9149c
parentb7c039a217530e4bbfaa111238fd8da478f36c90
procfs: use more apprioriate types when dumping /proc/N/stat

- use int fpr priority and nice, since task_nice()/task_prio() return that

- field 24: get_mm_rss() returns unsigned long

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/proc/array.c