2010-02-09 19:06:53

by Eric Van Hensbergen

[permalink] [raw]
Subject: [GiT PULL] 9p file system bug fixes for 2.6.33-rc7

The following changes since commit 08c4f1b096cc2468908ea58a77d2ef92ef765c52:
Linus Torvalds (1):
Merge branch 'v4l_for_linus' of git://linuxtv.org/fixes

are available in the git repository at:

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

Aneesh Kumar K.V (1):
9p: Fix the kernel crash on a failed mount

Eric Van Hensbergen (6):
net/9p: fix virtio transport to correctly update status on connect
net/9p: fail when user specifies a transport which we can't find
net/9p: fix statsize inside twstat
9p: fix option parsing
9p: fix memory leak in v9fs_parse_options()
9p: fix p9_client_destroy unconditional calling v9fs_put_trans

M. Mohan Kumar (1):
9p: Include fsync support for 9p client

fs/9p/v9fs.c | 33 +++++++++++++++++++-----------
fs/9p/v9fs_vfs.h | 1 +
fs/9p/vfs_file.c | 19 +++++++++++++++++
fs/9p/vfs_inode.c | 2 +-
net/9p/client.c | 53 ++++++++++++++++++++++++++++++++----------------
net/9p/trans_fd.c | 10 +++++---
net/9p/trans_rdma.c | 9 ++++---
net/9p/trans_virtio.c | 4 ++-
8 files changed, 91 insertions(+), 40 deletions(-)

thanks,

-eric