NFS: Initialize the NFS v4 client from init_nfs_v4()
authorBryan Schumaker <bjschuma@netapp.com>
Mon, 16 Jul 2012 20:39:17 +0000 (16:39 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 17 Jul 2012 17:33:52 +0000 (13:33 -0400)
commit428360d77c801932e4b28f15160aebbdb5f5a03e
tree2e96be9e5f6d1d75009c11e0adfad16a29595851
parenta38a9eac75f0d09f1941a6e85e291c8e96bc8375
NFS: Initialize the NFS v4 client from init_nfs_v4()

And split these functions out of the generic client into a v4 specific
file.

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