Skip to content

Commit

Permalink
9p: Reorganization of 9p file system code
Browse files Browse the repository at this point in the history
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 <lucho@ionkov.net>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
  • Loading branch information
lionkov authored and Eric Van Hensbergen committed Jul 14, 2007
1 parent 8d9107e commit bd238fb
Show file tree
Hide file tree
Showing 36 changed files with 3,423 additions and 3,131 deletions.
375 changes: 0 additions & 375 deletions fs/9p/9p.h

This file was deleted.

6 changes: 0 additions & 6 deletions fs/9p/Makefile
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
obj-$(CONFIG_9P_FS) := 9p.o

9p-objs := \
trans_fd.o \
mux.o \
fcall.o \
conv.o \
vfs_super.o \
vfs_inode.o \
vfs_addr.o \
vfs_file.o \
vfs_dir.o \
vfs_dentry.o \
error.o \
v9fs.o \
fid.o \
fcprint.o

Loading

0 comments on commit bd238fb

Please sign in to comment.