Re: [PATCH 5/7] dma-buf: rename and cleanup dma_resv_get_list

2021-06-07 Thread Jason Ekstrand
On Sun, Jun 6, 2021 at 3:53 AM Christian König wrote: > > Am 02.06.21 um 22:22 schrieb Jason Ekstrand: > > On Wed, Jun 2, 2021 at 6:17 AM Christian König > > wrote: > >> When the comment needs to state explicitly that this is doesn't get a > >> reference > >> to the object then the function is n

Re: [PATCH 5/7] dma-buf: rename and cleanup dma_resv_get_list

2021-06-06 Thread Christian König
Am 02.06.21 um 22:22 schrieb Jason Ekstrand: On Wed, Jun 2, 2021 at 6:17 AM Christian König wrote: When the comment needs to state explicitly that this is doesn't get a reference to the object then the function is named rather badly. Rename the function and use it in even more places. Signed-

Re: [PATCH 5/7] dma-buf: rename and cleanup dma_resv_get_list

2021-06-02 Thread Jason Ekstrand
On Wed, Jun 2, 2021 at 6:17 AM Christian König wrote: > > When the comment needs to state explicitly that this is doesn't get a > reference > to the object then the function is named rather badly. > > Rename the function and use it in even more places. > > Signed-off-by: Christian König > --- >

Re: [PATCH 5/7] dma-buf: rename and cleanup dma_resv_get_list

2021-06-02 Thread Daniel Vetter
On Wed, Jun 02, 2021 at 01:17:12PM +0200, Christian König wrote: > When the comment needs to state explicitly that this is doesn't get a > reference > to the object then the function is named rather badly. > > Rename the function and use it in even more places. > > Signed-off-by: Christian König

[PATCH 5/7] dma-buf: rename and cleanup dma_resv_get_list

2021-06-02 Thread Christian König
When the comment needs to state explicitly that this is doesn't get a reference to the object then the function is named rather badly. Rename the function and use it in even more places. Signed-off-by: Christian König --- drivers/dma-buf/dma-resv.c| 32 +-- .