[PATCH] namei.c: take vfsmount_lock
From: Mike Waychison <Michael.Waychison@Sun.COM> The attached patch ensures that we grab vfsmount_lock when grabbing a reference to mnt_parent in follow_up and follow_dotdot. We also don't need to access ->mnt_parent in follow_mount and __follow_down to mntput because we already the parent pointer on the stack.
Showing
Please register or sign in to comment