From: Neil Horman Date: Fri, 19 Oct 2007 06:40:37 +0000 (-0700) Subject: proc: export a processes resource limits via /proc/pid X-Git-Tag: v2.6.24-rc1~183 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d85f50d5e1aa99ab082035f94265847521819e58;p=pandora-kernel.git proc: export a processes resource limits via /proc/pid Currently, there exists no method for a process to query the resource limits of another process. They can be inferred via some mechanisms but they cannot be explicitly determined. Given that this information can be usefull to know during the debugging of an application, I've written this patch which exports all of a processes limits via /proc//limits. Signed-off-by: Neil Horman Cc: Oleg Nesterov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed