NFS: Convert v2 into a module
authorBryan Schumaker <bjschuma@netapp.com>
Mon, 30 Jul 2012 20:05:23 +0000 (16:05 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 30 Jul 2012 23:06:41 +0000 (19:06 -0400)
commitddda8e0aa8b955e20cb80908189bfa154ab54837
treeff5b1041ce86c76519c1b824161ce5d7ad2e49db
parentfac1e8e4ef417e958060a6c3a061cc1a180bd8ae
NFS: Convert v2 into a module

The module (nfs2.ko) will be created in the same directory as nfs.ko and
will be automatically loaded the first time you try to mount over NFS v2.

Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
12 files changed:
fs/nfs/Kconfig
fs/nfs/Makefile
fs/nfs/client.c
fs/nfs/dir.c
fs/nfs/file.c
fs/nfs/inode.c
fs/nfs/namespace.c
fs/nfs/nfs.h
fs/nfs/nfs2super.c
fs/nfs/read.c
fs/nfs/super.c
fs/nfs/write.c