[GIT PULL] Re: [PATCH] ext4: fix a bug when we try to open a filewith O_TMPFILE flag

From: Theodore Ts'o
Date: Sat Jul 20 2013 - 22:45:41 EST


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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/