[GIT PULL] 9p changes for 2.6.32-rc1

From: Eric Van Hensbergen
Date: Wed Sep 23 2009 - 14:26:50 EST


Hi Linus,

The following changes since commit 7043078630bbc9eb908a56e08077c5abe7f2d311:
David Howells (1):
MN10300: Handle removal of struct uart_info

are available in the git repository at:

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

Abhishek Kulkarni (4):
9p: Use the i_size_[read, write]() macros instead of using
inode->i_size directly.
9p: Fix the incorrect update of inode size in v9fs_file_write()
9p: Add fscache support to 9p
9p: Update documentation to add fscache related bits

Documentation/filesystems/9p.txt | 40 ++--
fs/9p/Kconfig | 9 +
fs/9p/Makefile | 3 +-
fs/9p/cache.c | 474 ++++++++++++++++++++++++++++++++++++++
fs/9p/cache.h | 176 ++++++++++++++
fs/9p/v9fs.c | 196 ++++++++++++++--
fs/9p/v9fs.h | 13 +-
fs/9p/v9fs_vfs.h | 6 +
fs/9p/vfs_addr.c | 88 +++++++-
fs/9p/vfs_file.c | 25 ++-
fs/9p/vfs_inode.c | 61 +++++-
fs/9p/vfs_super.c | 16 +-
include/net/9p/9p.h | 3 +
13 files changed, 1045 insertions(+), 65 deletions(-)
create mode 100644 fs/9p/cache.c
create mode 100644 fs/9p/cache.h
--
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/