]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a function nfsm_set() to initialize "struct nfsrv_descript" for building
authorrmacklem <rmacklem@FreeBSD.org>
Mon, 18 May 2020 00:07:45 +0000 (00:07 +0000)
committerrmacklem <rmacklem@FreeBSD.org>
Mon, 18 May 2020 00:07:45 +0000 (00:07 +0000)
commitac4d49e3c2ab7dababbb79acdf0945802f639553
treef995884fe86bbe5a525dc231049a8510d71414f5
parentf93ce78c074a6e0b651b6e0450d834cdac0517a9
Add a function nfsm_set() to initialize "struct nfsrv_descript" for building
mbuf lists.

This function is currently trivial, but will that will change when
support for building NFS messages in ext_pgs mbufs is added.
Adding support for ext_pgs mbufs is needed for KERN_TLS, which will
be used to implement nfs-over-tls.
sys/fs/nfs/nfs_commonsubs.c
sys/fs/nfs/nfs_var.h
sys/fs/nfsserver/nfs_nfsdport.c