[GIT PULL] 9p file system changes for the merge window

From: Eric Van Hensbergen
Date: Tue Jan 11 2011 - 15:16:11 EST


The following changes since commit 5b2eef966cb2ae307aa4ef1767f7307774bc96ca:

Merge branch 'drm-core-next' of
git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
(2011-01-10 17:11:39 -0800)

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 (4):
fs/9p: Fix the return error on default acl removal
fs/9p: Move dotl inode operations into a seperate file
fs/9p: Simplify the .L create operation
fs/9p: Don't set dentry->d_op in create routines

Eric Van Hensbergen (1):
fs/9p: fix spelling typo

Joe Perches (1):
fs/9p: Remove unnecessary semicolons

M. Mohan Kumar (2):
net/9p: Use proper data types
fs/9p: TREADLINK bugfix

Randy Dunlap (1):
fs/9p: fix menu presentation

fs/9p/Kconfig | 5 +-
fs/9p/Makefile | 1 +
fs/9p/acl.c | 4 +-
fs/9p/v9fs.h | 42 +++-
fs/9p/vfs_inode.c | 871 +-----------------------------------------------
fs/9p/vfs_inode_dotl.c | 824 +++++++++++++++++++++++++++++++++++++++++++++
fs/9p/xattr.c | 2 +-
net/9p/protocol.c | 22 +-
8 files changed, 887 insertions(+), 884 deletions(-)
create mode 100644 fs/9p/vfs_inode_dotl.c
--
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/