From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: vfs fixes Date: Thu, 12 Apr 2012 06:09:37 +0100 Message-ID: <20120412050937.GN6589@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 Regression fix in mtdchar_open(), fix for a really old leak (almost never hit in practice - it's a b0rken failure exit in simple_fill_super()) and a typo fix in vfs.txt (misspelled method type). Please, pull from the usual place - git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (3): fix breakage in mtdchar_open(), sanitize failure exits dentry leak in simple_fill_super() failure exit typo fix in Documentation/filesystems/vfs.txt Diffstat: Documentation/filesystems/vfs.txt | 2 +- drivers/mtd/mtdchar.c | 20 ++++++++++---------- fs/libfs.c | 1 + 3 files changed, 12 insertions(+), 11 deletions(-)