Linus, please pull from the 'for-linus' branch of: git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git/ for-linus
This tree contains the following: Latchesar Ionkov(3): attach-per-user support rename uid and gid parameters define session flags Eric Van Hensbergen(4) remove sysctl code fix bad kconfig cross-dependency soften invalidationin loose mode make transports dynamic There are a few patches relating to a virtio transport support that I'm holding back until I know Rusty's lguest series is merged. b/Documentation/filesystems/9p.txt | 22 + b/fs/9p/fid.c | 157 +++++++++++-- b/fs/9p/v9fs.c | 189 +++++++--------- b/fs/9p/v9fs.h | 38 +-- b/fs/9p/vfs_file.c | 6 b/fs/9p/vfs_inode.c | 50 ++-- b/fs/9p/vfs_super.c | 19 - b/include/net/9p/9p.h | 21 - b/include/net/9p/client.h | 9 b/include/net/9p/conn.h | 4 b/include/net/9p/transport.h | 27 +- b/net/9p/Kconfig | 10 b/net/9p/Makefile | 5 b/net/9p/client.c | 13 - b/net/9p/conv.c | 32 ++ b/net/9p/mod.c | 71 +++++- b/net/9p/mux.c | 5 b/net/9p/trans_fd.c | 419 +++++++++++++++++++++++-------------- net/9p/sysctl.c | 81 ------- 19 files changed, 689 insertions(+), 489 deletions(-) Thanks, -eric - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/