Page MenuHomeFreeBSD

Add local variable to store sysent pointer
ClosedPublic

Authored by trasz on Oct 27 2020, 4:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 23, 9:53 PM
Unknown Object (File)
Sep 20 2024, 1:50 AM
Unknown Object (File)
Sep 18 2024, 6:23 AM
Unknown Object (File)
Sep 5 2024, 12:21 AM
Unknown Object (File)
Sep 2 2024, 12:28 PM
Unknown Object (File)
Sep 2 2024, 11:11 AM
Unknown Object (File)
Aug 31 2024, 6:17 PM
Unknown Object (File)
Aug 19 2024, 12:47 AM
Subscribers

Details

Summary

Add local variable to store the sysent pointer. Just a cleanup, no functional changes.

Diff Detail

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

Event Timeline

trasz requested review of this revision.Oct 27 2020, 4:31 PM
kib added inline comments.
sys/kern/subr_syscall.c
124

Fix style since you are changing the line:
(se->sy_flags & SYF_CAPENABLED) == 0.

This revision is now accepted and ready to land.Oct 27 2020, 4:45 PM
This revision now requires review to proceed.Oct 27 2020, 4:47 PM
This revision was not accepted when it landed; it landed in state Needs Review.Oct 28 2020, 2:44 PM
This revision was automatically updated to reflect the committed changes.