[PATCH v1 1/1] smb: client: transport: Fix debug printing in __release_mid()

Paulo Alcantara pc at manguebit.org
Thu Aug 27 02:22:25 UTC 2026


Andy Shevchenko <andriy.shevchenko at linux.intel.com> writes:

> Long time ago during upgrading printk():s to the respective pr_<level>()
> calls one misconversion happened and nobody has noticed that. So,
> previously printk(KERN_DEBUG) + printk() worked as one long debug print
> since the trailing '\n' is only present in the followup printk() format
> string. The culprit change missed that and split the message to two on
> the different levels. Restore the original behaviour to make users be
> less confused in the most likely never happen cases of partially getting
> that message.
> ...

Applied.



More information about the samba-technical mailing list