Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752156AbcDOXvj (ORCPT ); Fri, 15 Apr 2016 19:51:39 -0400 Received: from e19.ny.us.ibm.com ([129.33.205.209]:44920 "EHLO e19.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750967AbcDOXvi (ORCPT ); Fri, 15 Apr 2016 19:51:38 -0400 X-IBM-Helo: d01dlp03.pok.ibm.com X-IBM-MailFrom: paulmck@linux.vnet.ibm.com X-IBM-RcptTo: linux-kernel@vger.kernel.org Date: Fri, 15 Apr 2016 16:52:02 -0700 From: "Paul E. McKenney" To: fweisbec@gmail.com Cc: linux-kernel@vger.kernel.org, josh@joshtriplett.org, rostedt@goodmis.org, mathieu.desnoyers@efficios.com, jiangshanlai@gmail.com, mingo@redhat.com Subject: Isolated expedited RCU code to a new tree_exp.h Message-ID: <20160415235202.GA26940@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16041523-0057-0000-0000-0000040CD5C7 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 405 Lines: 10 Hello, Frederic, One thing that I have had on my list for some time is to rearrange the RCU source code to make it easier to find things. Given our discussion yesterday, this seemed like a good time to take that step with the expedited grace-period code. I have a couple of commits doing this in -rcu, and would like your opinion. Worthwhile, or should I revert those two commits? Thanx, Paul