prepend_path() needs to reinitialize dentry/vfsmount/mnt on restarts
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 13 Nov 2013 12:45:40 +0000 (07:45 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Nov 2013 19:27:51 +0000 (11:27 -0800)
commit9e5129ba8d3d65605683050f73f12dddbf3f8c00
treef7ed8298a48ea9eeef20204f207a51284a6e400b
parent6beb1be0ea111cea50d410cdafabaa2065295e45
prepend_path() needs to reinitialize dentry/vfsmount/mnt on restarts

commit ede4cebce16f5643c61aedd6d88d9070a1d23a68 upstream.

... and equivalent is needed in 3.12; it's broken there as well

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Reported-by: Michael Marineau <michael.marineau@coreos.com>
Tested-by: Waiman Long <Waiman.Long@hp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/dcache.c