From: Trond Myklebust Date: Tue, 10 Jul 2012 16:04:15 +0000 (-0400) Subject: NFSv4: Fix an NFSv4 mount regression X-Git-Tag: v3.5-rc7~12^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1daf666dd7d097653bd38320248c68084b1febf;p=pandora-kernel.git NFSv4: Fix an NFSv4 mount regression The helper nfs_fs_mount() will always call nfs4_try_mount with the mount_info->fill_super argument pointing to nfs_fill_super, which is NFSv2/v3 only. Fix is to have nfs4_try_mount replace it with nfs4_fill_super. The regression was introduced by commit c40f8d1d (NFS: Create a common fs_mount() function) Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed