Skip to content
Commit 75da9858 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFS: finish_automount() requires us to hold 2 refs to the mount record



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: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent 529af905
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment