Re: [PATCH 1/2] dma-buf: cleanup reservation_object_init/fini

2019-06-27 Thread Daniel Vetter
On Thu, Jun 27, 2019 at 12:18:12PM +0200, Christian König wrote: > They are not used that often and certainly not in a hot path. > Make them normal functions instead of an inline. > > Signed-off-by: Christian König Reviewed-by: Daniel Vetter > --- > drivers/dma-buf/reservation.c | 45

[PATCH 1/2] dma-buf: cleanup reservation_object_init/fini

2019-06-27 Thread Christian König
They are not used that often and certainly not in a hot path. Make them normal functions instead of an inline. Signed-off-by: Christian König --- drivers/dma-buf/reservation.c | 45 ++ include/linux/reservation.h | 46 ++- 2 files