From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932521Ab3GCAMV (ORCPT ); Tue, 2 Jul 2013 20:12:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8639 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754218Ab3GCAMU (ORCPT ); Tue, 2 Jul 2013 20:12:20 -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: <20130703093815.006437fd5f18210b7729b060@canb.auug.org.au> References: <20130703093815.006437fd5f18210b7729b060@canb.auug.org.au> <6302.1372775256@warthog.procyon.org.uk> To: Stephen Rothwell Cc: dhowells@redhat.com, torvalds@linux-foundation.org, linux-cachefs@redhat.com, linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org, milosz@adfin.com Subject: Re: [GIT PULL] Fix assorted FS-Cache issues Date: Wed, 03 Jul 2013 01:12:13 +0100 Message-ID: <4578.1372810333@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Stephen Rothwell wrote: > > git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/fscache-20130702 > > /me wonders where this has been hiding for the last month and a half ... I asked you to pull my fscache branch on the 23rd May, and you replied on the 27th May saying you'd done so. Looking in next-20130531 and next-20130527 in linux-next: +fscache ccce57fed1ffb98ad4ff7c290276ca266435ad19 Looking in next-20130603 and next-20130701, I see: +fscache bbd645c7a7b56f170940e81335ba4549f50aae95 in the Next/SHA1s file. This is the same as the fscache-20130619 tag that I emplaced today, though the fscache _branch_ you've been pulling had been at that point for over a month (not yet a month and a half, I will admit). git request-pull seems to pick up tags in preference to branch points. Comparing fscache-20130619 to fscache-20130702 shows: warthog>git diff fscache-20130619 fscache-20130702 | wc -l 0 The only difference being in the descriptions (additional Acked-by lines). I picked 19th June for the old tag name because that was the date I added in the Acked-by lines, so this pins the point just before that. In retrospect, I should've used the commit date on the last patch. As for public mailing lists, most of my patches have been presented as a set on several such (fsdevel, nfs, cachefs and lkml) a couple of times (3rd May, 10th May). David