HomeFreeBSD

vfs_default: Change vop_stddeallocate() from static to global

Description

vfs_default: Change vop_stddeallocate() from static to global

A future commit to the NFS client uses vop_stddeallocate() for
cases where the NFS server does not support a Deallocate operation.
Change vop_stddeallocate() from static to global so that it can
be called by the NFS client.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D31640

Details

Provenance
rmacklemAuthored on Aug 28 2021, 1:25 AM
Reviewer
kib
Differential Revision
D31640: add a nfs_deallocate VOP
Parents
rG5a3a8cb01ab8: Silence more gtest warnings, now in fusefs tests
Branches
Unknown
Tags
Unknown