From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752500AbbBKM6M (ORCPT ); Wed, 11 Feb 2015 07:58:12 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41050 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751645AbbBKM6L (ORCPT ); Wed, 11 Feb 2015 07:58: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: <20140822134303.GA30918@ada> References: <20140822134303.GA30918@ada> To: Andreea-Cristina Bernat Cc: dhowells@redhat.com, linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org, paulmck@linux.vnet.ibm.com Subject: Re: [PATCH] afs: inode: Replace rcu_assign_pointer() with RCU_INIT_POINTER() MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <22001.1423659459.1@warthog.procyon.org.uk> Date: Wed, 11 Feb 2015 12:57:39 +0000 Message-ID: <22002.1423659459@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I've applied these two patches, but one of them throws up a problem in Fengguang's magic auto-compilation thing. David