commit | 8c958e0c4c52d600bd2ea677eb920fceda8aee49 | [log] [tgz] |
---|---|---|
author | Bryan Schumaker <bjschuma@netapp.com> | Thu May 10 15:07:35 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon May 14 17:30:28 2012 -0700 |
tree | 3590ce9504dad5d8dd7eab81429981758de5da8e | |
parent | c40f8d1d35a27d81b4af9d5d2f7286fd978ae9b2 [diff] |
NFS: Create a common xdev_mount() function The only difference between nfs_xdev_mount() and nfs4_xdev_mount() is the clone_super() function called to clone the super block. I can combine these two functions by using the fill_super field in the mount_info structure. Signed-off-by: Bryan Schumaker <bjschuma@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>