Tonight's pile: getting ->umount_begin() back to sanity, race fixes around execve(), general cleanups. Please, pull from git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ for-linus Shortlog: Al Viro (5): restore sane ->umount_begin() API close race in unshare_files() sanitize handling of shared descriptor tables in failing execve() sanitize unshare_files/reset_files_struct sanitize locate_fd() Igor Mammedov (1): cifs: timeout dfs automounts +little fix. Diffstat: fs/9p/vfs_super.c | 7 ++--- fs/binfmt_elf.c | 23 +------------------ fs/binfmt_misc.c | 18 +-------------- fs/binfmt_som.c | 10 -------- fs/cifs/cifs_dfs_ref.c | 29 +++++++++++++++++------ fs/cifs/cifsfs.c | 10 ++----- fs/cifs/cifsproto.h | 8 +----- fs/exec.c | 28 ++++++++++------------- fs/fcntl.c | 40 +++++++++++--------------------- fs/fuse/inode.c | 5 +-- fs/namespace.c | 9 ++++--- fs/nfs/super.c | 8 ++---- include/linux/file.h | 3 +- include/linux/fs.h | 5 +--- kernel/exit.c | 6 +--- kernel/fork.c | 58 +++++++++++++++++++---------------------------- 16 files changed, 95 insertions(+), 172 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