]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for ext_pgs mbufs to nfsrvd_rephead().
authorrmacklem <rmacklem@FreeBSD.org>
Tue, 7 Jul 2020 00:42:23 +0000 (00:42 +0000)
committerrmacklem <rmacklem@FreeBSD.org>
Tue, 7 Jul 2020 00:42:23 +0000 (00:42 +0000)
commita4979ee41175dd5a97bd2bfd417b5b21ca0dd411
tree6fe32449039b0d35cfd65d5b47588e363b6a9eb9
parentea635969e425628486cdf5b46562cba4f5e35df4
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.
sys/fs/nfs/nfs_commonsubs.c