Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux
[cascardo/linux.git] / security / capability.c
index a0bbf30..95a6599 100644 (file)
@@ -411,7 +411,8 @@ static int cap_task_getioprio(struct task_struct *p)
        return 0;
 }
 
-static int cap_task_setrlimit(unsigned int resource, struct rlimit *new_rlim)
+static int cap_task_setrlimit(struct task_struct *p, unsigned int resource,
+               struct rlimit *new_rlim)
 {
        return 0;
 }