Page MenuHomeFreeBSD

VFS_QUOTACTL: Remove needless casts of arg argument
ClosedPublic

Authored by brooks on Nov 4 2020, 10:01 PM.
Tags
None
Referenced Files
F153578518: D27093.id.diff
Wed, Apr 22, 2:03 AM
F153546020: D27093.diff
Tue, Apr 21, 7:35 PM
F153544062: D27093.id.diff
Tue, Apr 21, 7:16 PM
Unknown Object (File)
Mon, Apr 20, 10:09 PM
Unknown Object (File)
Mon, Apr 20, 10:05 PM
Unknown Object (File)
Mon, Apr 20, 8:34 AM
Unknown Object (File)
Mon, Apr 20, 7:54 AM
Unknown Object (File)
Sun, Apr 19, 9:56 PM
Subscribers

Details

Summary

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

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

VFS_QUOTACTL(9) shows it as caddr_t, so I suppose that needs to be fixed as well.

This revision is now accepted and ready to land.Nov 4 2020, 10:29 PM
  • VFS_QUOTACTL(9): correct type of arg
This revision now requires review to proceed.Nov 6 2020, 6:15 PM
This revision is now accepted and ready to land.Dec 17 2020, 9:51 PM
This revision was automatically updated to reflect the committed changes.