NFS: finish_automount() requires us to hold 2 refs to the mount record
mainline inclusion from mainline-v5.7-rc1 commit 75da9858 category: bugfix bugzilla: NA CVE: NA -------------------------------- We must not return from nfs_d_automount() without holding 2 references to the mount record. Doing so, will trigger the BUG() in finish_automount(). Also ensure that we don't try to reschedule the automount timer with a negative or zero timeout value. Fixes: 22a1ae9a ("NFS: If nfs_mountpoint_expiry_timeout < 0, do not expire submounts") Cc: stable@vger.kernel.org # v5.5+ Signed-off-by:Trond Myklebust <trond.myklebust@hammerspace.com> Conflicts: fs/nfs/namespace.c Signed-off-by:
Zhang Xiaoxu <zhangxiaoxu5@huawei.com> Reviewed-by:
Zhang Yi <yi.zhang@huawei.com> Signed-off-by:
Yang Yingliang <yangyingliang@huawei.com>
Please register or sign in to comment