Page MenuHomeFreeBSD

vfs: Sort includes in vfs_syscalls.c
ClosedPublic

Authored by markj on May 12 2025, 8:54 PM.
Tags
None
Referenced Files
F154871085: D50317.id155421.diff
Wed, Apr 29, 3:53 PM
Unknown Object (File)
Tue, Apr 28, 8:43 PM
Unknown Object (File)
Tue, Apr 28, 4:12 PM
Unknown Object (File)
Tue, Apr 28, 4:07 PM
Unknown Object (File)
Fri, Apr 24, 5:36 PM
Unknown Object (File)
Tue, Apr 21, 11:58 AM
Unknown Object (File)
Tue, Apr 21, 11:41 AM
Unknown Object (File)
Mon, Apr 20, 9:49 AM
Subscribers

Details

Summary

No functional change intended.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 64112
Build 60996: arc lint + arc unit

Event Timeline

markj requested review of this revision.May 12 2025, 8:54 PM
This revision is now accepted and ready to land.May 12 2025, 9:30 PM
sys/kern/vfs_syscalls.c
40

sys/param.h is not needed

69

Can rwlock.h go before sdt.h?

markj marked 2 inline comments as done.

Sort harder.

This revision now requires review to proceed.May 13 2025, 2:53 PM
olce added inline comments.
sys/kern/vfs_syscalls.c
40

sys/param.h is not needed

Same remark as in D50316.

This revision is now accepted and ready to land.May 13 2025, 3:36 PM
This revision was automatically updated to reflect the committed changes.