Re: [PATCH tip/core/rcu 1/6] rcu: Update documentation to covercall_srcu() and srcu_barrier().

From: Josh Triplett
Date: Fri Jun 15 2012 - 16:19:22 EST


On Fri, Jun 15, 2012 at 11:57:49AM -0700, Paul E. McKenney wrote:
> --- a/Documentation/RCU/rcubarrier.txt
> +++ b/Documentation/RCU/rcubarrier.txt
> @@ -261,8 +261,10 @@ Answers to Quick Quizzes
>
> Quick Quiz #1: Why is there no srcu_barrier()?
>
> -Answer: Since there is no call_srcu(), there can be no outstanding SRCU
> - callbacks. Therefore, there is no need to wait for them.
> +Answer: There really is an srcu_barrier() now that there is a call_srcu().
> + Before call_srcu(), there were no SRCU callbacks, and there was
> + therefore no need to wait for them, and therefore there was
> + no srcu_barrier().

I don't think it makes sense to leave this question in its current form
and just change the answer. It seems like a trick question now. :)

I'd suggest just dropping the question and renumbering the remaining
questions.

- Josh Triplett
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/