[git pull] vfs fixes

From: Al Viro
Date: Sun Jan 17 2010 - 02:59:33 EST


Assorted fixes (plus an obvious fs/9p cleanup). Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ for-linus

Shortlog:
Al Viro (12):
fix autofs/afs/etc. magic mountpoint breakage
Kill 9p readlink()
hppfs: handle ->put_link()
Unrot uml mconsole a bit
Fix ACC_MODE() for real
Fix the -ESTALE handling in do_filp_open()
Fix configfs leak
may_umount() needs namespace_sem
attach_recursive_mnt() needs to hold vfsmount_lock over set_mnt_shared()
mnt_flags fixes in do_remount()
CIFS shouldn't make mountpoints shrinkable
do_add_mount() should sanitize mnt_flags

OGAWA Hirofumi (1):
ecryptfs: Fix refcnt leak on ecryptfs_follow_link() error path

Diffstat:
arch/um/drivers/mconsole_kern.c | 49 ++++++++++++++------------------------
fs/9p/vfs_inode.c | 41 +-------------------------------
fs/cifs/cifs_dfs_ref.c | 3 +-
fs/configfs/symlink.c | 4 ++-
fs/ecryptfs/inode.c | 24 +++++++++---------
fs/hppfs/hppfs.c | 18 +++++++++----
fs/namei.c | 23 ++++++++---------
fs/namespace.c | 14 ++++++++--
fs/proc/base.c | 1 -
include/linux/fs.h | 2 +-
security/tomoyo/tomoyo.c | 7 +----
11 files changed, 71 insertions(+), 115 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/