From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: [git pull] assorted fs fixes Date: Wed, 14 Dec 2011 07:06:27 +0000 Message-ID: <20111214070627.GM2203@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 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(-)