aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/posix-timers.h
diff options
context:
space:
mode:
authorJiri Slaby <jirislaby@gmail.com>2009-08-28 14:05:12 +0200
committerJiri Slaby <jirislaby@gmail.com>2010-07-16 09:48:45 +0200
commit5ab46b345e418747b3a52f0892680c0745c4223c (patch)
treed7453221b7fc2764a7405b48b73b4ac7bf7a317a /include/linux/posix-timers.h
parentrlimits: security, add task_struct to setrlimit (diff)
downloadlinux-dev-5ab46b345e418747b3a52f0892680c0745c4223c.tar.xz
linux-dev-5ab46b345e418747b3a52f0892680c0745c4223c.zip
rlimits: add task_struct to update_rlimit_cpu
Add task_struct as a parameter to update_rlimit_cpu to be able to set rlimit_cpu of different task than current. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Acked-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'include/linux/posix-timers.h')
-rw-r--r--include/linux/posix-timers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/posix-timers.h b/include/linux/posix-timers.h
index 4f71bf4e628c..3e23844a6990 100644
--- a/include/linux/posix-timers.h
+++ b/include/linux/posix-timers.h
@@ -117,6 +117,6 @@ void set_process_cpu_timer(struct task_struct *task, unsigned int clock_idx,
long clock_nanosleep_restart(struct restart_block *restart_block);
-void update_rlimit_cpu(unsigned long rlim_new);
+void update_rlimit_cpu(struct task_struct *task, unsigned long rlim_new);
#endif