]> Git Repo - J-linux.git/blobdiff - fs/proc/array.c
Merge tag 'v6.1-rc1' into next
[J-linux.git] / fs / proc / array.c
index 99fcbfda8e2593596a8d59593a9d06264c892dcb..49283b8103c7ea28809bc1ea4026272a0eebff59 100644 (file)
@@ -279,7 +279,7 @@ static inline void task_sig(struct seq_file *m, struct task_struct *p)
                collect_sigign_sigcatch(p, &ignored, &caught);
                num_threads = get_nr_threads(p);
                rcu_read_lock();  /* FIXME: is this correct? */
-               qsize = get_ucounts_value(task_ucounts(p), UCOUNT_RLIMIT_SIGPENDING);
+               qsize = get_rlimit_value(task_ucounts(p), UCOUNT_RLIMIT_SIGPENDING);
                rcu_read_unlock();
                qlim = task_rlimit(p, RLIMIT_SIGPENDING);
                unlock_task_sighand(p, &flags);
This page took 0.028475 seconds and 4 git commands to generate.