]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
VFS_QUOTACTL: Remove needless casts of arg
authorBrooks Davis <brooks@FreeBSD.org>
Thu, 17 Dec 2020 21:58:10 +0000 (21:58 +0000)
committerBrooks Davis <brooks@FreeBSD.org>
Thu, 17 Dec 2020 21:58:10 +0000 (21:58 +0000)
commit52e63ec2f1ddf76c9411b6833bc5d021457b5005
treec0db381caa2ddcfa98b5b911425e0a80cacb259c
parent03ffa2569570059fe872642d3d9451f4319662f1
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