Re: [PATCH] Rust: Implement a unique reference type URef supplementing ARef
From: Greg KH
Date: Fri Feb 21 2025 - 03:12:46 EST
On Fri, Feb 21, 2025 at 08:04:34AM +0000, Oliver Mangold wrote:
> For usage with block-mq, we found that having a variant of ARef which is guaranteed to be unique is useful. As chances are it is useful in general, I implemented it as kernel::types::URef. The difference between ARef and URef is basically the same as between Arc and UniqueArc.
Nit, please wrap your changelog text at 72 columns or so, checkpatch
should have warned you about this, right?
thanks,
greg k-h