Page MenuHomeFreeBSD

Convert runtime param checks to KASSERTs for fo_fspacectl
ClosedPublic

Authored by khng on Jul 22 2022, 6:11 PM.
Tags
None
Referenced Files
F109443883: D35880.id108439.diff
Wed, Feb 5, 3:36 AM
F109395682: D35880.id108415.diff
Tue, Feb 4, 12:36 PM
Unknown Object (File)
Sun, Jan 26, 11:24 PM
Unknown Object (File)
Sun, Jan 26, 10:41 PM
Unknown Object (File)
Sat, Jan 25, 10:04 PM
Unknown Object (File)
Thu, Jan 23, 12:07 AM
Unknown Object (File)
Mon, Jan 20, 7:44 AM
Unknown Object (File)
Dec 18 2024, 6:13 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46512
Build 43401: arc lint + arc unit

Event Timeline

khng requested review of this revision.Jul 22 2022, 6:11 PM
markj added inline comments.
sys/kern/vfs_vnops.c
3611

There is also SPACECTL_F_SUPPORTED.

3613

IMHO, it's nicer to be consistent and use the same set of assertions in both functions. (The third one uses local vars above, but not here.)

This revision is now accepted and ready to land.Jul 22 2022, 11:27 PM