[PATCH] 9p: fix name consistency problems
authorEric Van Hensbergen <ericvh@hera.kernel.org>
Sat, 25 Mar 2006 11:07:29 +0000 (03:07 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 16:22:54 +0000 (08:22 -0800)
commit67543e508d74ad1a8e80290580c9d1440beba4d9
treef631dcbb0ea52075bad316b4c8b55ca6f78c7a71
parent42e8c509cfa3d92b3dcbfe95edf6be00e5d4b0eb
[PATCH] 9p: fix name consistency problems

There were a number of conflicting naming schemes used in the v9fs project.
The directory was fs/9p, but MAINTAINERS and Documentation referred to
v9fs.  The module name itself was 9p2000, and the file system type was 9P.
This patch attempts to clean that up, changing all references to 9p in
order to match the directory name.  We'll also start using 9p instead of
v9fs as our patch prefix.

There is also a minor consistency cleanup in the options changing the name
option to uname in order to more closely match the Plan 9 options.

Signed-off-by: Eric Van Hensbergevan <ericvh@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/filesystems/9p.txt [new file with mode: 0644]
Documentation/filesystems/v9fs.txt [deleted file]
MAINTAINERS
fs/9p/9p.c [deleted file]
fs/9p/Makefile
fs/9p/fcall.c [new file with mode: 0644]
fs/9p/v9fs.c
fs/9p/vfs_super.c