Am 31.03.2016 um 22:26 schrieb Rob Clark:
> A bit overkill since, for example, the rcu_dereference_protected() in
> reservation_object_get_list() will WARN. But this is much less subtle
> for folks reading the code.
>
> Signed-off-by: Rob Clark
Reviewed-by: Christian König for this one.
One i
On Fri, Apr 1, 2016 at 4:48 AM, Lucas Stach wrote:
> Am Donnerstag, den 31.03.2016, 16:26 -0400 schrieb Rob Clark:
>> A bit overkill since, for example, the rcu_dereference_protected() in
>> reservation_object_get_list() will WARN. But this is much less subtle
>> for folks reading the code.
>>
>>
Am Donnerstag, den 31.03.2016, 16:26 -0400 schrieb Rob Clark:
> A bit overkill since, for example, the rcu_dereference_protected() in
> reservation_object_get_list() will WARN. But this is much less subtle
> for folks reading the code.
>
> Signed-off-by: Rob Clark
> ---
> drivers/dma-buf/reserv
A bit overkill since, for example, the rcu_dereference_protected() in
reservation_object_get_list() will WARN. But this is much less subtle
for folks reading the code.
Signed-off-by: Rob Clark
---
drivers/dma-buf/reservation.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/drivers/dm