Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754576AbbHBAXY (ORCPT ); Sat, 1 Aug 2015 20:23:24 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:48782 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754285AbbHBAXW (ORCPT ); Sat, 1 Aug 2015 20:23:22 -0400 Date: Sun, 2 Aug 2015 01:23:18 +0100 From: Al Viro To: Linus Torvalds Cc: Dominique Martinet , Hugh Dickins , "J. Bruce Fields" , Dominique Martinet , Linux Kernel Mailing List , linux-fsdevel , David Howells Subject: Re: [git pull] vfs.git spurious ENOTDIR fix Message-ID: <20150802002318.GZ17109@ZenIV.linux.org.uk> References: <20150731205036.GA3752@nautica> <20150801072603.GV17109@ZenIV.linux.org.uk> <20150802001402.GY17109@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150802001402.GY17109@ZenIV.linux.org.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1195 Lines: 35 On Sun, Aug 02, 2015 at 01:14:02AM +0100, Al Viro wrote: > On Sat, Aug 01, 2015 at 09:09:24AM -0700, Linus Torvalds wrote: > > > Al, do you plan a pull request? It would be good to get this into rc5 > > (tomorrow) regardless of whether there might be other issues lurking > > too. > > Please, pull from the usual place: > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus > > Shortlog: > Al Viro (1): > link_path_walk(): be careful when failing with ENOTDIR > > Diffstat: > fs/namei.c | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) Diffstat: fs/namei.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) actually. Note to self: git diff HEAD *before* pushing, to verify that no uncommitted typo fixes are sitting around... My apologies. Branch head should be at 97242f9, just to make sure you get the right one... BTW, is there any convenient way to have git itself check things like that? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/