From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932213AbcFVQGY (ORCPT ); Wed, 22 Jun 2016 12:06:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46406 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752998AbcFVQGV convert rfc822-to-8bit (ORCPT ); Wed, 22 Jun 2016 12:06:21 -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: <146661137134.15011.10133465789054712595.stgit@warthog.procyon.org.uk> References: <146661137134.15011.10133465789054712595.stgit@warthog.procyon.org.uk> To: davem@davemloft.net Cc: dhowells@redhat.com, netdev@vger.kernel.org, linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next 00/14] rxrpc: Get rid of conn bundle and transport structs [ver #2] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <15527.1466611579.1@warthog.procyon.org.uk> Content-Transfer-Encoding: 8BIT Date: Wed, 22 Jun 2016 17:06:19 +0100 Message-ID: <15528.1466611579@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Wed, 22 Jun 2016 16:06:21 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org David Howells wrote: > The patches can be found here also: > > http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=rxrpc-rewrite > > Tagged thusly: > > git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git > rxrpc-rewrite-20160622 Oops. I forgot to update the tag name. It's now: rxrpc-rewrite-20160622-2 David