]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
nfscl: Clean up the code by removing unused arguments
authorRick Macklem <rmacklem@FreeBSD.org>
Sat, 16 Apr 2022 01:51:01 +0000 (18:51 -0700)
committerRick Macklem <rmacklem@FreeBSD.org>
Sat, 16 Apr 2022 01:51:01 +0000 (18:51 -0700)
commit32c3e0f04921f1641c431433cf00ab2a1d9c100e
treefab52199293a435e6e54b3c46168995353b33746
parent0fd4cd405bbf6b9dcc3d4fc3ddf37c876ba97c11
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 assorted functions
local to nfs_clrpcops.c.
Future commits will do the same for other functions.
sys/fs/nfsclient/nfs_clrpcops.c