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)
Tue, Oct 14, 5:35 AM
Unknown Object (File)
Sun, Oct 5, 11:10 PM
Unknown Object (File)
Sat, Sep 27, 9:47 PM
Unknown Object (File)
Sat, Sep 20, 5:10 PM
Unknown Object (File)
Sep 10 2025, 1:35 AM
Unknown Object (File)
Sep 9 2025, 11:20 PM
Unknown Object (File)
Sep 8 2025, 3:37 PM
Unknown Object (File)
Sep 7 2025, 12:13 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 Not Applicable
Unit
Tests Not Applicable

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.