From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751862AbdB0Izm (ORCPT ); Mon, 27 Feb 2017 03:55:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35366 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751564AbdB0IzL (ORCPT ); Mon, 27 Feb 2017 03:55:11 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: <20170224154329.478276481@infradead.org> <20170224162044.333662852@infradead.org> <20170224205222.GP29622@ZenIV.linux.org.uk> To: Mike Marshall Cc: dhowells@redhat.com, Al Viro , Peter Zijlstra , Linus Torvalds , Chris Mason , LKML , linux-fsdevel , elena.reshetova@intel.com, Hans Liljestrand , David Windsor , Greg Kroah-Hartman Subject: Re: [RFC][PATCH 07/10] orangefs: Use RCU for destroy_inode MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <30762.1488185079.1@warthog.procyon.org.uk> Date: Mon, 27 Feb 2017 08:44:39 +0000 Message-ID: <30763.1488185079@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Mon, 27 Feb 2017 08:44:43 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Mike Marshall wrote: > Using the git log, I searched back to where it seems to me call_rcu was > added, a giant patch from 2005 by David Howells which includes tons of > source and a large amount of documentation. I'm pretty sure Paul McKenney added call_rcu(), not me. David