]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
VFS_QUOTACTL: Remove needless casts of arg
authorBrooks Davis <brooks@FreeBSD.org>
Mon, 25 Jan 2021 22:16:26 +0000 (22:16 +0000)
committerBrooks Davis <brooks@FreeBSD.org>
Mon, 25 Jan 2021 22:16:26 +0000 (22:16 +0000)
commit2a0be7b0331c5245418cdf2893c8ba6b42a0afa5
treeb7b7f408e94ffe23f6698bf90d2ebe658bce34af
parent085997e8f05e69c66a8ffc0804b275a386ba1ca8
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

(cherry picked from commit 52e63ec2f1ddf76c9411b6833bc5d021457b5005)
share/man/man9/VFS_QUOTACTL.9
sys/fs/nfs/nfs_commonsubs.c