]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
vfs: [2/2] fix stalls in vnode reclaim by only counting attempts
authorMateusz Guzik <mjg@FreeBSD.org>
Mon, 7 Mar 2022 10:38:17 +0000 (11:38 +0100)
committerMateusz Guzik <mjg@FreeBSD.org>
Thu, 10 Mar 2022 09:41:50 +0000 (09:41 +0000)
commit3a4c5dab9266fac93a5cb22c7cee3938466aedea
treed1ad8c4e7d7c236b726e9388841260b49e65f048
parentc35ec1efdcb2978bc3b6a0098c2b412be8d33e39
vfs: [2/2] fix stalls in vnode reclaim by only counting attempts

... and ignoring if they succeded, which matches historical behavior.

Reported by: pho
sys/kern/vfs_subr.c