Page MenuHomeFreeBSD

mmc_xpt: Remove dubious end of mmc_print_ident
ClosedPublic

Authored by jhb on Jul 31 2023, 10:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 16, 7:02 PM
Unknown Object (File)
Thu, Mar 27, 9:19 AM
Unknown Object (File)
Feb 17 2025, 2:14 AM
Unknown Object (File)
Jan 26 2025, 11:25 PM
Unknown Object (File)
Jan 26 2025, 6:13 PM
Unknown Object (File)
Jan 24 2025, 11:38 PM
Unknown Object (File)
Jan 24 2025, 5:20 PM
Unknown Object (File)
Jan 23 2025, 2:38 PM
Subscribers
None

Details

Summary

The end of this function finishes the passed in sbuf, calls printf
manually on the contents, and then clears it. The caller then tries
to print the resulting sbuf. This works currently but will not work
for future callers that pass in an external sbuf to be appended to.

Sponsored by: Chelsio Communications

Diff Detail

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