Re: [PATCH rcu 11/27] drivers/dax: Remove "select SRCU"

2023-01-05 Thread Paul E. McKenney
On Thu, Jan 05, 2023 at 08:48:28AM -0800, Dan Williams wrote:
> Paul E. McKenney wrote:
> > Now that the SRCU Kconfig option is unconditionally selected, there is
> > no longer any point in selecting it.  Therefore, remove the "select SRCU"
> > Kconfig statements.
> > 
> > Signed-off-by: Paul E. McKenney 
> > Cc: Dan Williams 
> > Cc: Vishal Verma 
> > Cc: Dave Jiang 
> > Cc: 
> 
> Acked-by: Dan Williams 
> 
> Let me know if I should pick this up directly, otherwise I assume this
> will go in along with the rest of the set.

Thank you, Dan!  I will apply your ack on my next rebase.  I do plan to
send this along with the rest of the set, but if you do decide to take
it, please just let me know.

Thanx, Paul



RE: [PATCH rcu 11/27] drivers/dax: Remove "select SRCU"

2023-01-05 Thread Dan Williams
Paul E. McKenney wrote:
> Now that the SRCU Kconfig option is unconditionally selected, there is
> no longer any point in selecting it.  Therefore, remove the "select SRCU"
> Kconfig statements.
> 
> Signed-off-by: Paul E. McKenney 
> Cc: Dan Williams 
> Cc: Vishal Verma 
> Cc: Dave Jiang 
> Cc: 

Acked-by: Dan Williams 

Let me know if I should pick this up directly, otherwise I assume this
will go in along with the rest of the set.