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
Unknown Object (File)
Wed, Mar 5, 4:23 PM
Unknown Object (File)
Mon, Mar 3, 3:21 PM
Unknown Object (File)
Sun, Mar 2, 8:54 PM
Unknown Object (File)
Fri, Feb 28, 2:36 AM
Unknown Object (File)
Mon, Feb 10, 2:19 PM
Unknown Object (File)
Feb 5 2025, 9:42 AM
Unknown Object (File)
Jan 29 2025, 5:52 AM
Unknown Object (File)
Jan 27 2025, 4:50 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.