[PATCH v3 02/18] nvmet-fcloop: replace kref with refcount
Daniel Wagner
dwagner at suse.de
Wed Apr 2 07:03:35 PDT 2025
On Tue, Mar 18, 2025 at 11:56:50AM +0100, Hannes Reinecke wrote:
> On 3/18/25 11:39, Daniel Wagner wrote:
> > The kref wrapper is not really adding any value ontop of refcount. Thus
> > replace the kref API with the refcount API.
> >
> > Signed-off-by: Daniel Wagner <wagi at kernel.org>
> > ---
> > drivers/nvme/target/fcloop.c | 37 +++++++++++++------------------------
> > 1 file changed, 13 insertions(+), 24 deletions(-)
> >
> Can you split this in two, one for the nport and one for fcpreq?
> That way it's easier to follow what has been modified.
Do you still want me to split the patch? You and Christoph have sent the
Reviewed-by tag after this review.
More information about the Linux-nvme
mailing list