The following changes since commit 3e6bdf473f489664dac4d7511d26c7ac3dfdc748: Linus Torvalds (1): Merge git://git.kernel.org/.../x86/linux-2.6-x86
are found in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git Andrew Morton (1): 9p: fix p9_printfcall export Anthony Liguori (2): 9p: add support for sticky bit 9p: Convert semaphore to spinlock for p9_idpool Eric Van Hensbergen (7): 9p: create transport rpc cut-thru 9p: block-based virtio client 9p: fix bug in attach-per-user 9p: Fix soft lockup in virtio transport 9p: fix mmap to be read-only 9p: add remove function to trans_virtio 9p: transport API reorganization Martin Stava (1): 9p: fix bug in p9_clone_stat fs/9p/fid.c | 4 +- fs/9p/v9fs.c | 51 +-- fs/9p/v9fs.h | 5 +- fs/9p/vfs_file.c | 4 +- fs/9p/vfs_inode.c | 5 + include/net/9p/9p.h | 1 + include/net/9p/client.h | 5 +- include/net/9p/conn.h | 57 --- include/net/9p/transport.h | 11 +- net/9p/Makefile | 1 - net/9p/client.c | 161 +++++-- net/9p/fcprint.c | 4 +- net/9p/mod.c | 9 +- net/9p/mux.c | 1060 ------------------------------------------ net/9p/trans_fd.c | 1103 +++++++++++++++++++++++++++++++++++++++++++- net/9p/trans_virtio.c | 355 +++++++++------ net/9p/util.c | 20 +- 17 files changed, 1466 insertions(+), 1390 deletions(-) delete mode 100644 include/net/9p/conn.h delete mode 100644 net/9p/mux.c -- 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/