From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752489AbcGETPx (ORCPT ); Tue, 5 Jul 2016 15:15:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58205 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751257AbcGETPu (ORCPT ); Tue, 5 Jul 2016 15:15:50 -0400 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: <20160705.101636.1426176903162735420.davem@davemloft.net> References: <20160705.101636.1426176903162735420.davem@davemloft.net> <146772433082.21657.14046392058484946464.stgit@warthog.procyon.org.uk> <146772436726.21657.7089071379028604342.stgit@warthog.procyon.org.uk> To: David Miller Cc: dhowells@redhat.com, netdev@vger.kernel.org, linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next 05/24] rxrpc: Provide more refcount helper functions MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <14509.1467746147.1@warthog.procyon.org.uk> Date: Tue, 05 Jul 2016 20:15:47 +0100 Message-ID: <14510.1467746147@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Tue, 05 Jul 2016 19:15:50 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org David Miller wrote: > I don't see anything in this patch dealing with refcount helper functions. Good point. I split that part out and you took it already. Will amend. David