[PATCH 3/7] proc: Mov rcu_read_(lock|unlock) in proc_prune_siblings_dcache

Linus Torvalds torvalds at linux-foundation.org
Thu Feb 20 22:33:10 UTC 2020


On Thu, Feb 20, 2020 at 12:51 PM Eric W. Biederman
<ebiederm at xmission.com> wrote:
>
> Don't make it look like rcu_read_lock is held over the entire loop
> instead just take the rcu_read_lock over the part of the loop that
> matters.  This makes the intent of the code a little clearer.

No, this is horrid.

Maybe it makes the intent clearer, but it also causes that "continue"
case to unlock and relock immediately.

And maybe that case never triggers, and that's ok. But then it needs a
big comment about it.

              Linus



More information about the Linux-security-module-archive mailing list