From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759247Ab0EMPx6 (ORCPT ); Thu, 13 May 2010 11:53:58 -0400 Received: from cantor.suse.de ([195.135.220.2]:51197 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756363Ab0EMPx5 (ORCPT ); Thu, 13 May 2010 11:53:57 -0400 Subject: Re: [PATCH] vfs: Fix O_NOFOLLOW behavior for paths with trailing slashes From: James Bottomley To: Christoph Hellwig Cc: Andrew Morton , Jan Kara , Linus Torvalds , LKML , linux-fsdevel@vger.kernel.org, stable@kernel.org, Al Viro In-Reply-To: <20100513154710.GA19228@infradead.org> References: <1273747977-4579-1-git-send-email-jack@suse.cz> <20100513154135.GB21251@quack.suse.cz> <20100513084335.7267bcf5.akpm@linux-foundation.org> <20100513154710.GA19228@infradead.org> Content-Type: text/plain; charset="UTF-8" Date: Thu, 13 May 2010 10:53:51 -0500 Message-ID: <1273766031.4353.181.camel@mulgrave.site> Mime-Version: 1.0 X-Mailer: Evolution 2.28.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2010-05-13 at 11:47 -0400, Christoph Hellwig wrote: > On Thu, May 13, 2010 at 08:43:35AM -0400, Andrew Morton wrote: > > Yes, it's a bit tricky (for me, at least) to work out "which kernel version did > > that patch go into" via git. > > git-describe Actually, that will print the version it was applied to. To find out the version it was pulled into, you need git-describe --contains James