Assorted fixes for moderately unpleasant bugs - a couple of leaks, several hard to hit races, screwed up failure exit in ncpfs mount. git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (5): procfs: fix a vfsmount longterm reference leak ... and the same kind of leak for mqueue ubifs: too early register_filesystem() fuse: register_filesystem() called too early configfs: register_filesystem() called too early Djalal Harouni (1): fs/ncpfs: fix error paths and goto statements in ncp_fill_super() Diffstat: fs/configfs/inode.c | 2 +- fs/configfs/mount.c | 36 +++++++++++++++++------------------- fs/fuse/inode.c | 24 ++++++++++++------------ fs/ncpfs/inode.c | 8 ++++---- fs/proc/root.c | 8 +++----- fs/ubifs/super.c | 18 ++++++++---------- ipc/mqueue.c | 8 +++----- ipc/msgutil.c | 5 ----- 8 files changed, 48 insertions(+), 61 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html