HomeFreeBSD

nfscl: Simplify the deleg argument for nfscl_deleg()

Description

nfscl: Simplify the deleg argument for nfscl_deleg()

The deleg argument to nfscl_deleg() is a "struct nfscldeleg **"
although the returned pointer value is never used by callers.

This patch changes the argument to "struct nfscldeleg *" to
simplify the call and avoid any confusion w.r.t. use of the
returned value.

This patch should not create any NFS semantics change.

Details

Provenance
rmacklemAuthored on Jan 17 2025, 8:29 PM
Parents
rGc4380d5b9383: rtsold: Add -i to the usage message
Branches
Unknown
Tags
Unknown