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)
Sun, Oct 26, 7:34 AM
Unknown Object (File)
Sun, Oct 26, 12:11 AM
Unknown Object (File)
Sat, Oct 18, 9:39 AM
Unknown Object (File)
Sat, Oct 18, 2:16 AM
Unknown Object (File)
Fri, Oct 17, 2:51 AM
Unknown Object (File)
Tue, Oct 14, 5:35 AM
Unknown Object (File)
Sun, Oct 5, 11:10 PM
Unknown Object (File)
Sep 27 2025, 9:47 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.