HomeFreeBSD

Add support for ext_pgs mbufs to nfsrvd_rephead().

Description

Add support for ext_pgs mbufs to nfsrvd_rephead().

This is another in the series of commits that add support to the NFS client
and server for building RPC messages in ext_pgs mbufs with anonymous pages.
This is useful so that the entire mbuf list does not need to be
copied before calling sosend() when NFS over TLS is enabled.

Since ND_EXTPG is never set yet, there is no semantic change at this time.

Details

Provenance
rmacklemAuthored on
Parents
rS362979: Fix a Wvoid-pointer-to-enum-cast warning missed in r359978.
Branches
Unknown
Tags
Unknown