]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Delete unused function newnfs_trimleading.
authorrmacklem <rmacklem@FreeBSD.org>
Wed, 6 May 2020 00:44:03 +0000 (00:44 +0000)
committerrmacklem <rmacklem@FreeBSD.org>
Wed, 6 May 2020 00:44:03 +0000 (00:44 +0000)
commit760b6577a1a4d052b64706753583b47e421eed7d
treec17fa2be204b25403f9ffcdcff4c448e11f69e61
parent105844da78d93c0ffd248d5db696f0d107b78089
Delete unused function newnfs_trimleading.

The NFS function called newnfs_trimleading() has not been used by the
code in long time. To give you a clue, it still had a K&R style function
declaration.
Delete it, since it is just cruft, as a part of the NFS mbuf handling
cleanup in preparation for adding ext_pgs mbuf support.
The ext_pgs mbuf support for the build/send side is needed by
nfs-over-tls.
sys/fs/nfs/nfs_commonsubs.c
sys/fs/nfs/nfs_var.h