]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
VFS_QUOTACTL: Remove needless casts of arg
authorbrooks <brooks@FreeBSD.org>
Thu, 17 Dec 2020 21:58:10 +0000 (21:58 +0000)
committerbrooks <brooks@FreeBSD.org>
Thu, 17 Dec 2020 21:58:10 +0000 (21:58 +0000)
commitb1e4826f3c94fb332ba0f42c9efce6f2a3adbf6c
treec0db381caa2ddcfa98b5b911425e0a80cacb259c
parentd75d26dc8ccdb3b5f9d39ae6909405e20c50a1e0
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
share/man/man9/VFS_QUOTACTL.9
sys/fs/nfs/nfs_commonsubs.c