]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
nfscl: Clean up the code by removing unused arguments
authorRick Macklem <rmacklem@FreeBSD.org>
Sun, 10 Apr 2022 21:05:44 +0000 (14:05 -0700)
committerRick Macklem <rmacklem@FreeBSD.org>
Sun, 10 Apr 2022 21:05:44 +0000 (14:05 -0700)
commit5580e5bd7160d9168cc2fc75d415f48ae6963c7e
tree40cf109f5f93e465b58e50ae73c85f5bc9220b57
parent5a17f489d5848085307e1d5fa7ca142694b4946b
nfscl: Clean up the code by removing unused arguments

The "void *stuff" (also called fstuff and dstuff) argument
was used by the Mac OSX port.  For FreeBSD, this argument
is always NULL, so remove it to clean up the code.

This commit gets rid of "stuff" for nfscl_request().
Future commits will do the same for other functions.
sys/fs/nfs/nfs_var.h
sys/fs/nfsclient/nfs_clport.c
sys/fs/nfsclient/nfs_clrpcops.c