* [git pull] assorted fs fixes
@ 2011-12-14 7:06 Al Viro
0 siblings, 0 replies; only message in thread
From: Al Viro @ 2011-12-14 7:06 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel
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(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-12-14 7:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-14 7:06 [git pull] assorted fs fixes Al Viro
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.