HomeFreeBSD

Move and revise a comment about the relation between the object's paging-

Description

Move and revise a comment about the relation between the object's paging-
in-progress count and the vnode. Prior to r188331, we always acquired
the vnode lock before incrementing the object's paging-in-progress count.
Now, we increment it before attempting to acquire the vnode lock with
LK_NOWAIT, but we never sleep acquiring the vnode lock while we have the
count incremented.

Reviewed by: kib
MFC after: 3 days

Details

Provenance
alcAuthored on
Reviewer
kib
Parents
rS308173: Fix ZIL records ordering when ZVOL opened both with and without FSYNC.
Branches
Unknown
Tags
Unknown