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

From: Eric Van Hensbergen
Date: Thu Aug 27 2009 - 09:47:14 EST


Linus, please pull this set of bug fixes and minor documentation
revisions. Thanks.

The following changes since commit 3edf2fb9d80a46d6c32ba12547a42419845b4b76:
Linus Torvalds (1):
Merge branch 'for-linus' of git://git.kernel.org/.../jbarnes/pci-2.6

are available in the git repository at:

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

Abhishek Kulkarni (10):
9p: Check for error in return value of v9fs_fid_add
9p: Fix possible inode leak in v9fs_get_inode.
9p: minor comment fixes
9p: Fix possible memleak in v9fs_inode_from fid.
9p: Fix v9fs show_options
9p: Fix possible regressions when ->get_sb fails.
9p: Remove redundant inode uid/gid assignment
9p: Add missing cast for the error return value in v9fs_get_inode
net/9p: insulate the client against an invalid error code sent
by a 9p server
9p: remove unnecessary v9fses->options which duplicates the mount string

Eric Van Hensbergen (1):
9p: update documentation pointers

Documentation/filesystems/9p.txt | 3 +
fs/9p/v9fs.c | 21 ++-----
fs/9p/v9fs.h | 1 -
fs/9p/vfs_inode.c | 126 +++++++++++++++++++------------------
fs/9p/vfs_super.c | 39 ++++--------
net/9p/client.c | 21 +++----
net/9p/error.c | 2 +-
net/9p/trans_fd.c | 8 +-
net/9p/trans_rdma.c | 9 ++-
net/9p/trans_virtio.c | 11 +--
10 files changed, 107 insertions(+), 134 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/