From: Latchesar Ionkov Date: Tue, 10 Jul 2007 22:57:28 +0000 (-0500) Subject: 9p: Reorganization of 9p file system code X-Git-Tag: v2.6.23-rc1~1055^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd238fb431f31989898423c8b6496bc8c4204a86;p=pandora-kernel.git 9p: Reorganization of 9p file system code This patchset moves non-filesystem interfaces of v9fs from fs/9p to net/9p. It moves the transport, packet marshalling and connection layers to net/9p leaving only the VFS related files in fs/9p. This work is being done in preparation for in-kernel 9p servers as well as alternate 9p clients (other than VFS). Signed-off-by: Latchesar Ionkov Signed-off-by: Eric Van Hensbergen --- Reading git-diff-tree failed