Page MenuHomeFreeBSD

vfs: Sort includes in vfs_syscalls.c
ClosedPublic

Authored by markj on May 12 2025, 8:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 17 2025, 7:07 PM
Unknown Object (File)
Sep 17 2025, 1:41 AM
Unknown Object (File)
Sep 11 2025, 6:27 AM
Unknown Object (File)
Sep 1 2025, 7:05 AM
Unknown Object (File)
Aug 29 2025, 12:33 PM
Unknown Object (File)
Aug 26 2025, 4:13 PM
Unknown Object (File)
Aug 14 2025, 10:39 PM
Unknown Object (File)
Aug 9 2025, 10:13 PM
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.