NFS: Create a single nfs_clone_super() function
authorBryan Schumaker <bjschuma@netapp.com>
Mon, 16 Jul 2012 20:39:19 +0000 (16:39 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 17 Jul 2012 17:33:54 +0000 (13:33 -0400)
commit3cadf4b864cab9d19b935289c004799d1065cd03
tree0c35594b1d6f0fd0e2204df4e3a731c5e0eb7352
parentfcf10398f641c4450119f8a4cc27e9e584edb010
NFS: Create a single nfs_clone_super() function

v2 and v3 shared a function for this, but v4 implemented something only
slightly different.  Might as well share code whenever possible...

Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/super.c