Page MenuHomeFreeBSD

linprocfs: Migrate to IfAPI
ClosedPublic

Authored by jhibbits on Feb 2 2023, 10:03 PM.
Tags
None
Referenced Files
F96376726: D38358.diff
Tue, Sep 24, 6:33 PM
F96155393: D38358.diff
Mon, Sep 23, 9:36 PM
Unknown Object (File)
Mon, Sep 23, 6:49 AM
Unknown Object (File)
Sun, Sep 22, 11:39 PM
Unknown Object (File)
Sun, Sep 22, 6:18 PM
Unknown Object (File)
Thu, Sep 19, 1:44 PM
Unknown Object (File)
Wed, Sep 18, 8:52 PM
Unknown Object (File)
Tue, Sep 17, 8:58 PM
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.