From patchwork Sun Jul 21 02:45:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Theodore Ts'o X-Patchwork-Id: 260488 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 1455D2C00A8 for ; Sun, 21 Jul 2013 12:45:54 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755221Ab3GUCpT (ORCPT ); Sat, 20 Jul 2013 22:45:19 -0400 Received: from li9-11.members.linode.com ([67.18.176.11]:39627 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754220Ab3GUCpS (ORCPT ); Sat, 20 Jul 2013 22:45:18 -0400 Received: from root (helo=closure.thunk.org) by imap.thunk.org with local-esmtp (Exim 4.80) (envelope-from ) id 1V0jkx-00066L-OK; Sun, 21 Jul 2013 02:52:19 +0000 Received: by closure.thunk.org (Postfix, from userid 15806) id E5962580769; Sat, 20 Jul 2013 22:45:11 -0400 (EDT) Date: Sat, 20 Jul 2013 22:45:11 -0400 From: Theodore Ts'o To: Al Viro Cc: Dave Jones , Linus Torvalds , Linux Kernel , linux-ext4@vger.kernel.org Subject: [GIT PULL] Re: [PATCH] ext4: fix a bug when we try to open a file with O_TMPFILE flag Message-ID: <20130721024511.GC21484@thunk.org> Mail-Followup-To: Theodore Ts'o , Al Viro , Dave Jones , Linus Torvalds , Linux Kernel , linux-ext4@vger.kernel.org References: <20130717161944.GA19405@redhat.com> <20130719121405.GA3856@gmail.com> <20130719233613.GH4165@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20130719233613.GH4165@ZenIV.linux.org.uk> User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Sat, Jul 20, 2013 at 12:36:13AM +0100, Al Viro wrote: > > Nice catch, and you have my ACK. Which tree do you prefer that to go > through? vfs and ext4 are the obvious candidates... On second thought, to avoid an "After you, Alphonse" moment, and because it would be really good to make sure these patches make it to Linus before -rc2, I thought get these patches set up for a pull request. Al, if you'd prefer that they go through the vfs tree, feel free to NACK this, and I'll happily drop these from the ext4 tree. Cheers, - Ted The following changes since commit 36231d255b8df9cb4698e9a3902c16067d5c1398: Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (2013-07-20 10:50:01 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus for you to fetch changes up to dda5690defe4af62ee120f055e98e40d97e4c760: ext3: fix a BUG when opening a file with O_TMPFILE flag (2013-07-20 22:03:20 -0400) ---------------------------------------------------------------- Fix regression caused by commit af51a2ac36d1f which added ->tmpfile() support (along with a similar fix for ext3) ---------------------------------------------------------------- Zheng Liu (2): ext4: fix a BUG when opening a file with O_TMPFILE flag ext3: fix a BUG when opening a file with O_TMPFILE flag fs/ext3/namei.c | 2 +- fs/ext4/namei.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html