HomeFreeBSD

VFS_QUOTACTL: Remove needless casts of arg

Description

VFS_QUOTACTL: Remove needless casts of arg

The argument is a void * so there's no need to cast it to caddr_t.

Update documentation to match function decleration.

Reviewed by: freqlabs
Obtained from: CheriBSD
MFC after: 1 week
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D27093

Details

Provenance
brooksAuthored on
Reviewer
freqlabs
Differential Revision
D27093: VFS_QUOTACTL: Remove needless casts of arg argument
Parents
rS368743: net tests: Re-enable most if_clone tests
Branches
Unknown
Tags
Unknown