From: Bryan Schumaker Date: Thu, 10 May 2012 19:07:35 +0000 (-0400) Subject: NFS: Create a common xdev_mount() function X-Git-Tag: v3.5-rc1~52^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c958e0c4c52d600bd2ea677eb920fceda8aee49;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed