HomeFreeBSD

Check suspendability on the mountpoint returned by VOP_GETWRITEMOUNT.

Description

Check suspendability on the mountpoint returned by VOP_GETWRITEMOUNT.
This obviates the need for a MNTK_SUSPENDABLE flag, since passthrough
filesystems like nullfs and unionfs no longer need to inherit this
information from their lower layer(s). This change also restores the
pre-r273336 behaviour of using the presence of a susp_clean VFS method to
request suspension support.

Reviewed by: kib, mjg
Differential Revision: https://reviews.freebsd.org/D2937

Details

Provenance
markjAuthored on
Reviewer
kib
Differential Revision
D2937: Use the presence of a susp_clean method to test for suspendability.
Parents
rS285181: Update llvm/clang to r241361.
Branches
Unknown
Tags
Unknown