Page MenuHomeFreeBSD

buf_ring: Rename some variables
ClosedPublic

Authored by des on Jan 22 2026, 3:30 PM.
Tags
None
Referenced Files
F152796868: D54827.diff
Fri, Apr 17, 4:27 AM
F152796151: D54827.diff
Fri, Apr 17, 4:20 AM
Unknown Object (File)
Thu, Apr 16, 12:47 AM
Unknown Object (File)
Wed, Apr 15, 12:48 PM
Unknown Object (File)
Sat, Apr 11, 10:47 AM
Unknown Object (File)
Sat, Apr 4, 1:46 AM
Unknown Object (File)
Fri, Mar 20, 7:31 AM
Unknown Object (File)
Mar 17 2026, 11:43 PM
Subscribers

Details

Summary

The elements we store in buffer rings are buffers, so refer to them as
buf throughout instead of a mixture of buf, ret, and new,
especially since the latter breaks C++ code that directly or indirectly
includes this header.

MFC after: 1 week
Sponsored by: Klara, Inc.
Sponsored by: NetApp, Inc.

Diff Detail

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