Re: [PATCH 10/10] dma-buf/resv: add other operations

2019-08-22 Thread Ville Syrjälä
On Wed, Aug 21, 2019 at 02:31:47PM +0200, Christian König wrote: > Additional to readers and writers add another class of operations > which never participate in implicit synchronization. > > Signed-off-by: Christian König > --- > drivers/dma-buf/dma-resv.c | 27 --- > in

[PATCH 10/10] dma-buf/resv: add other operations

2019-08-21 Thread Christian König
Additional to readers and writers add another class of operations which never participate in implicit synchronization. Signed-off-by: Christian König --- drivers/dma-buf/dma-resv.c | 27 --- include/linux/dma-resv.h | 2 ++ 2 files changed, 26 insertions(+), 3 deletion