Page MenuHomeFreeBSD

Remove remaining mentions of pr_usrreq.
ClosedPublic

Authored by des on May 6 2025, 2:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 7, 2:29 PM
Unknown Object (File)
Tue, Aug 5, 6:46 PM
Unknown Object (File)
Sat, Aug 2, 8:46 PM
Unknown Object (File)
Fri, Jul 25, 10:17 AM
Unknown Object (File)
Tue, Jul 22, 9:32 AM
Unknown Object (File)
Jul 7 2025, 2:44 PM
Unknown Object (File)
Jul 7 2025, 6:58 AM
Unknown Object (File)
Jul 5 2025, 7:09 PM

Details

Summary

When struct pr_usrreq was folded into struct protosw and the function
pointers it contained were renamed from pru_* to pr_* in 2022, a
number of references to the old names in comments and error messages
were missed. Chase them down and fix them.

Fixes: e7d02be19d40
Sponsored by: Klara, Inc.
Sponsored by: NetApp, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 63990
Build 60874: arc lint + arc unit

Event Timeline

des requested review of this revision.May 6 2025, 2:29 PM

Thanks!

sys/kern/kern_sendfile.c
86

I think this asterisk before word call is stray.

des marked an inline comment as done.May 7 2025, 11:39 AM
This revision was not accepted when it landed; it landed in state Needs Review.May 8 2025, 2:30 PM
This revision was automatically updated to reflect the committed changes.