]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: populate ->net in mount data when remounting
authorMateusz Guzik <mguzik@redhat.com>
Tue, 10 Jun 2014 10:44:12 +0000 (12:44 +0200)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 10 Jun 2014 15:10:29 +0000 (11:10 -0400)
commit3eb6774360d9338a38ada99a36567ea3c665dee0
tree1d82c2a429217459a95e8c073f0b33b1d5b2662d
parent00d258e46a8dbf7f4b10dc1bb3d27d0cd16daf8d
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 <mguzik@redhat.com>
Cc: linux-nfs@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: stable@vger.kernel.org # 3.4+
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/super.c