vfs fixes

From: Al Viro
Date: Thu Apr 12 2012 - 01:09:36 EST


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