From c0a93024a54514f8e4286bdf43ad857204af2e1b Mon Sep 17 00:00:00 2001 From: Jiri Olsa Date: Thu, 30 Sep 2010 15:15:33 -0700 Subject: [PATCH] --- yaml --- r: 211161 b: refs/heads/master c: 3036e7b490bf7878c6dae952eec5fb87b1106589 h: refs/heads/master i: 211159: 13db3fd45b532196474ecd44aceaa3be83a61d7a v: v3 --- [refs] | 2 +- trunk/fs/proc/base.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 9c9ecc291a43..6dac5e5881a0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f015ac3edd84ad72f88e08a4d83c56c360aae404 +refs/heads/master: 3036e7b490bf7878c6dae952eec5fb87b1106589 diff --git a/trunk/fs/proc/base.c b/trunk/fs/proc/base.c index a1c43e7c8a7b..8e4addaa5424 100644 --- a/trunk/fs/proc/base.c +++ b/trunk/fs/proc/base.c @@ -2675,7 +2675,7 @@ static const struct pid_entry tgid_base_stuff[] = { INF("auxv", S_IRUSR, proc_pid_auxv), ONE("status", S_IRUGO, proc_pid_status), ONE("personality", S_IRUSR, proc_pid_personality), - INF("limits", S_IRUSR, proc_pid_limits), + INF("limits", S_IRUGO, proc_pid_limits), #ifdef CONFIG_SCHED_DEBUG REG("sched", S_IRUGO|S_IWUSR, proc_pid_sched_operations), #endif @@ -3011,7 +3011,7 @@ static const struct pid_entry tid_base_stuff[] = { INF("auxv", S_IRUSR, proc_pid_auxv), ONE("status", S_IRUGO, proc_pid_status), ONE("personality", S_IRUSR, proc_pid_personality), - INF("limits", S_IRUSR, proc_pid_limits), + INF("limits", S_IRUGO, proc_pid_limits), #ifdef CONFIG_SCHED_DEBUG REG("sched", S_IRUGO|S_IWUSR, proc_pid_sched_operations), #endif