On 9/20/22 17:13, Sumit Semwal wrote:
Hi Dmitry,
Thanks very much for the series.
On Wed, 14 Sept 2022 at 00:59, Dmitry Osipenko dmitry.osipenko@collabora.com wrote:
Move dma_buf_vmap/vunmap_unlocked() functions to the dynamic locking specification by asserting that the reservation lock is held.
Thanks for the patch; just a minor nit - I think you mean dma_buf_vmap / vunmap() here, and not _unlocked?
Yes, the _unlocked should be dropped here. Thank you for the review!