HomeFreeBSD

vfs: Add ioflag to VOP_DEALLOCATE(9)

Description

vfs: Add ioflag to VOP_DEALLOCATE(9)

The addition of ioflag allows callers passing
IO_SYNC/IO_DATASYNC/IO_DIRECT down to the file system implementation.
The vop_stddeallocate fallback implementation is updated to pass the
ioflag to the file system implementation. vn_deallocate(9) internally is
also changed to pass ioflag to the VOP_DEALLOCATE call.

Sponsored by: The FreeBSD Foundation
Reviewed by: kib, markj
Differential Revision: https://reviews.freebsd.org/D31500

Details

Provenance
khngAuthored on Aug 12 2021, 2:58 PM
Reviewer
kib
Differential Revision
D31500: vfs: Add ioflag to VOP_DEALLOCATE(9)
Parents
rGce92f5a91b16: wpa: Add wpa_cli action file event
Branches
Unknown
Tags
Unknown