From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751605AbcFZUCS (ORCPT ); Sun, 26 Jun 2016 16:02:18 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:37386 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751390AbcFZUCR (ORCPT ); Sun, 26 Jun 2016 16:02:17 -0400 Date: Sun, 26 Jun 2016 16:02:14 -0400 (EDT) Message-Id: <20160626.160214.1225132772554388512.davem@davemloft.net> To: dhowells@redhat.com Cc: 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] From: David Miller In-Reply-To: <15528.1466611579@warthog.procyon.org.uk> References: <146661137134.15011.10133465789054712595.stgit@warthog.procyon.org.uk> <15528.1466611579@warthog.procyon.org.uk> X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sun, 26 Jun 2016 13:02:17 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: David Howells Date: Wed, 22 Jun 2016 17:06:19 +0100 > 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 Pulled, thanks David.