From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kent Overstreet Subject: Re: [PATCH 23/32] Generic dynamic per cpu refcounting Date: Mon, 28 Jan 2013 09:53:04 -0800 Message-ID: <20130128175304.GX26407@google.com> References: <1356573611-18590-1-git-send-email-koverstreet@google.com> <1356573611-18590-26-git-send-email-koverstreet@google.com> <20130125005136.GE2373@mtj.dyndns.org> <87libhpz4h.fsf@rustcorp.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Tejun Heo , linux-kernel@vger.kernel.org, linux-aio@kvack.org, linux-fsdevel@vger.kernel.org, zab@redhat.com, bcrl@kvack.org, jmoyer@redhat.com, axboe@kernel.dk, viro@zeniv.linux.org.uk, tytso@mit.edu, Oleg Nesterov , srivatsa.bhat@linux.vnet.ibm.com, Christoph Lameter , "Paul E. McKenney" To: Rusty Russell Return-path: Content-Disposition: inline In-Reply-To: <87libhpz4h.fsf@rustcorp.com.au> Sender: owner-linux-aio@kvack.org List-Id: linux-fsdevel.vger.kernel.org On Fri, Jan 25, 2013 at 04:45:10PM +1030, Rusty Russell wrote: > Tejun Heo writes: > >> It also implements two stage shutdown, as we need it to tear down the > >> percpu counts. Before dropping the initial refcount, you must call > >> percpu_ref_kill(); this puts the refcount in "shutting down mode" and > >> switches back to a single atomic refcount with the appropriate barriers > >> (synchronize_rcu()). > > > > Maybe if we have tryget() which only succeeds if the counter is alive, > > we can replace moulde refcnt with this? Rusty? > > Yes, it's similar (hence my previous interest), though module count is a > bit weird. I'll try and take a stab at converting it, if I can find time. > Like Tejun, I'd prefer to see it always alloc up-front, because it > avoids the _noalloc variant (which is backwards: please hand gfp_t, so > you don't hide the alloc) and heuristics. Problem with gfp_t is alloc_percpu() doesn't take it. I don't know why, but this all goes away with Tejun's idea for allocating from a pool refilled by workqueue. -- To unsubscribe, send a message with 'unsubscribe linux-aio' in the body to majordomo@kvack.org. For more info on Linux AIO, see: http://www.kvack.org/aio/ Don't email: aart@kvack.org