NFS: Create an init_nfs_v4() function
authorBryan Schumaker <bjschuma@netapp.com>
Mon, 16 Jul 2012 20:39:13 +0000 (16:39 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 17 Jul 2012 17:33:13 +0000 (13:33 -0400)
commit129d1977ed39cbb4f091a518e4a12498c04f45ba
treea795a5885ba0abc2f7e22b18cf3a74c566f59684
parent73a79706d7f197a428a43fbf335bbe75cdbc221f
NFS: Create an init_nfs_v4() function

I want to initialize all of NFS v4 in a single function that will
eventually be used as the v4 module init function.

Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/Makefile
fs/nfs/inode.c
fs/nfs/nfs4_fs.h
fs/nfs/nfs4super.c [new file with mode: 0644]