[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20120412050937.GN6589@ZenIV.linux.org.uk>
Date: Thu, 12 Apr 2012 06:09:37 +0100
From: Al Viro <viro@...IV.linux.org.uk>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: vfs fixes
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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists