From: Mateusz Guzik Date: Tue, 10 Jun 2014 10:44:12 +0000 (+0200) Subject: NFS: populate ->net in mount data when remounting X-Git-Tag: omap-for-v3.16/fixes-against-rc1~64^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a914722f333b3359d2f4f12919380a334176bb89;p=pandora-kernel.git NFS: populate ->net in mount data when remounting Otherwise the kernel oopses when remounting with IPv6 server because net is dereferenced in dev_get_by_name. Use net ns of current thread so that dev_get_by_name does not operate on foreign ns. Changing the address is prohibited anyway so this should not affect anything. Signed-off-by: Mateusz Guzik Cc: linux-nfs@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: stable@vger.kernel.org # 3.4+ Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed