Page MenuHomeFreeBSD

linprocfs: Migrate to IfAPI
ClosedPublic

Authored by jhibbits on Feb 2 2023, 10:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
May 31 2024, 5:54 PM
Unknown Object (File)
Apr 28 2024, 5:02 AM
Unknown Object (File)
Apr 27 2024, 9:35 PM
Unknown Object (File)
Apr 26 2024, 12:31 AM
Unknown Object (File)
Apr 24 2024, 1:08 AM
Unknown Object (File)
Dec 23 2023, 8:08 AM
Unknown Object (File)
Dec 12 2023, 2:42 AM
Unknown Object (File)
Nov 28 2023, 6:48 AM
Subscribers

Details

Summary

Migrate linprocfs to use the IfAPI interfaces instead of direct ifnet
accesses.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dchagin added inline comments.
sys/compat/linprocfs/linprocfs.c
1497
1503

just out of curiosity, why to not use designated initializers?

This revision is now accepted and ready to land.Feb 3 2023, 10:40 AM
sys/compat/linprocfs/linprocfs.c
1503

No conscious reason. They haven't been used much in kernel code, so I got away from the habit long ago.

This revision was automatically updated to reflect the committed changes.