Re: [PATCH v8 2/6] virtio-pmem: Add virtio pmem driver

From: Pankaj Gupta
Date: Tue May 14 2019 - 06:04:32 EST



> >>
> >> I think you should do the same here, vdev->priv is allocated in
> >> virtio_pmem_probe.
> >>
> >> But maybe I am missing something important here :)
> >
> > Because virtio_balloon use "kzalloc" for allocation and needs to be freed.
> > But virtio pmem uses "devm_kzalloc" which takes care of automatically
> > deleting
> > the device memory when associated device is detached.
>
> Hehe, thanks, that was the part that I was missing!

Thank you for the review.

Best regards,
Pankaj
>
> --
>
> Thanks,
>
> David / dhildenb
>