]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Revert r360514, to avoid unnecessary churn of the sources.
authorrmacklem <rmacklem@FreeBSD.org>
Tue, 5 May 2020 00:58:03 +0000 (00:58 +0000)
committerrmacklem <rmacklem@FreeBSD.org>
Tue, 5 May 2020 00:58:03 +0000 (00:58 +0000)
commite4af2e7c95ba5623a4f314c74bd2bd79a371e52e
treeacf307800ced7151f1645fbbb87c542be9393c92
parentd3e4e512238b072fb9282e024610b981ba679869
Revert r360514, to avoid unnecessary churn of the sources.

r360514 prepared the NFS code for changes to handle ext_pgs mbufs on
the receive side. However, at this time, KERN_TLS does not pass
ext_pgs mbufs up through soreceive(). As such, as this time, only
the send/build side of the NFS mbuf code needs to handle ext_pgs mbufs.
Revert r360514 since the rather extensive changes required for receive
side ext_pgs mbufs are not yet needed.
This avoids unnecessary churn of the sources.
sys/fs/nfs/nfs_commonsubs.c
sys/fs/nfs/nfs_var.h