NFS: Use nfs_fs_mount_common() for xdev mounts
authorBryan Schumaker <bjschuma@netapp.com>
Thu, 10 May 2012 19:07:36 +0000 (15:07 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 15 May 2012 00:30:28 +0000 (17:30 -0700)
commit3d176e3fe4f6dc379b252bf43e2e146a8f7caf01
treec1d776845621fd53a73f60de14768cafabcb8db3
parent8c958e0c4c52d600bd2ea677eb920fceda8aee49
NFS: Use nfs_fs_mount_common() for xdev mounts

At this point, there are only a few small differences between these two
functions.  I can set a few function pointers in the nfs_mount_info
struct to get around these differences.

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