[git pull] vfs fixes

From: Al Viro
Date: Thu Jan 28 2010 - 21:39:57 EST


Assorted filesystem fixes (mostly around ->get_sb() and ->remount_fs())
Please, pull from
git.kernel.org://pub/scm/linux/kernel/git/viro/vfs-2.6.git/ for-linus

Shortlog:
Al Viro (8):
Fix a leak in affs_fill_super()
Fix remount races with symlink handling in affs
fix affs parse_options()
Fix failure exits in bfs_fill_super()
get rid of pointless checks after simple_pin_fs()
fix leak in romfs_fill_super()
fix oops in fs/9p late mount failure
Fix failure exit in ipathfs

Diffstat:
drivers/infiniband/hw/ipath/ipath_fs.c | 4 +--
fs/9p/vfs_super.c | 3 +-
fs/affs/affs.h | 2 +-
fs/affs/namei.c | 7 +++-
fs/affs/super.c | 31 ++++++++++++++++------
fs/affs/symlink.c | 7 +++-
fs/bfs/inode.c | 43 +++++++++++++++----------------
fs/debugfs/inode.c | 11 +------
fs/romfs/super.c | 1 +
security/inode.c | 11 +------
10 files changed, 62 insertions(+), 58 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/