2010-01-26 22:45:06

by Eric Van Hensbergen

[permalink] [raw]
Subject: [GIT PULL] 9p file system bug fixes

Linus,

Please pull a couple of bug fixes for the 9P filesystem for 2.6.33-rc

The following changes since commit 7284ce6c9f6153d1777df5f310c959724d1bd446:
Linus Torvalds (1):
Linux 2.6.33-rc4

are available in the git repository at:

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

Eric Van Hensbergen (3):
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

net/9p/client.c | 13 +++++++++++--
net/9p/trans_virtio.c | 1 +
2 files changed, 12 insertions(+), 2 deletions(-)

Thanks,

-eric