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)
Fri, May 23, 9:53 AM
Unknown Object (File)
Mon, May 12, 5:41 PM
Unknown Object (File)
Mon, May 12, 3:21 AM
Unknown Object (File)
Wed, May 7, 11:54 PM
Unknown Object (File)
Apr 23 2025, 1:56 PM
Unknown Object (File)
Apr 23 2025, 11:04 AM
Unknown Object (File)
Apr 23 2025, 10:38 AM
Unknown Object (File)
Apr 23 2025, 10:35 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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

trasz requested review of this revision.Oct 27 2020, 4:31 PM
kib added inline comments.
sys/kern/subr_syscall.c
124 ↗(On Diff #78822)

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.