From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: [git pull] fix for -rc6 Date: Wed, 16 Oct 2013 19:57:01 +0100 Message-ID: <20131016185701.GP13318@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Linus Torvalds Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org A fix for double iput() in ->tmpfile() on ext3 and ext4; I'd fucked it up, Miklos has caught it. Please, pull from usual place - git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Miklos Szeredi (1): ext[34]: fix double put in tmpfile Diffstat: fs/ext3/namei.c | 5 ++--- fs/ext4/namei.c | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-)