[GIT PULL] 9p bug fixes for 2.6.27-rc7

From: Eric Van Hensbergen
Date: Wed Sep 24 2008 - 17:43:37 EST


The following changes since commit 72d31053f62c4bc464c2783974926969614a8649:
Linus Torvalds (1):
Linux 2.6.27-rc7

are available in the git repository at:

ssh://master.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git for-linus

Eric Van Hensbergen (1):
9p: fix put_data error handling

Julia Lawall (1):
9p: introduce missing kfree

Julien Brunel (1):
9p: use an IS_ERR test rather than a NULL test

Tejun Heo (5):
9p: implement proper trans module refcounting and unregistration
9p-trans_fd: fix trans_fd::p9_conn_destroy()
9p-trans_fd: clean up p9_conn_create()
9p-trans_fd: don't do fs segment mangling in p9_fd_poll()
9p-trans_fd: fix and clean up module init/exit paths

fs/9p/vfs_inode.c | 3 +-
include/net/9p/9p.h | 1 +
include/net/9p/transport.h | 9 +++-
net/9p/client.c | 10 +++-
net/9p/conv.c | 6 ++-
net/9p/mod.c | 92 ++++++++++++++++++++++++++++-----------
net/9p/trans_fd.c | 104 +++++++++++++++----------------------------
net/9p/trans_virtio.c | 2 +
8 files changed, 127 insertions(+), 100 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/