From: Linus Torvalds Subject: Re: [GIT PULL] Re: [PATCH] ext4: fix a bug when we try to open a file with O_TMPFILE flag Date: Sat, 20 Jul 2013 20:16:19 -0700 Message-ID: References: <20130717161944.GA19405@redhat.com> <20130719121405.GA3856@gmail.com> <20130719233613.GH4165@ZenIV.linux.org.uk> <20130721024511.GC21484@thunk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 To: "Theodore Ts'o" , Al Viro , Dave Jones , Linus Torvalds , Linux Kernel , "linux-ext4@vger.kernel.org" Return-path: Received: from mail-ea0-f182.google.com ([209.85.215.182]:65334 "EHLO mail-ea0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754892Ab3GUDQW (ORCPT ); Sat, 20 Jul 2013 23:16:22 -0400 In-Reply-To: <20130721024511.GC21484@thunk.org> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Sat, Jul 20, 2013 at 7:45 PM, Theodore Ts'o wrote: > > 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. Since you applied this on top the the last vfs pull, the example programs in the commit logs are now incorrect (you need O_TEMPFILE | O_RDWR or similar these days), but I guess the intent is clear anyway. Pulled. Linus