2017-04-17 Sumit Semwal :
> On 17 April 2017 at 18:43, Gustavo Padovan wrote:
> > 2017-04-13 Dave Airlie :
> >
> >> From: Dave Airlie
> >>
> >> sync_file uses the reference count of the file, the internal
> >> kref was never getting moved past 1.
> >>
> >> We can reintroduce this if we decide we
On 17 April 2017 at 18:43, Gustavo Padovan wrote:
> 2017-04-13 Dave Airlie :
>
>> From: Dave Airlie
>>
>> sync_file uses the reference count of the file, the internal
>> kref was never getting moved past 1.
>>
>> We can reintroduce this if we decide we need it later.
>>
>> [airlied: fix buildbot
2017-04-13 Dave Airlie :
> From: Dave Airlie
>
> sync_file uses the reference count of the file, the internal
> kref was never getting moved past 1.
>
> We can reintroduce this if we decide we need it later.
>
> [airlied: fix buildbot warnings]
>
> Reviewed-by: Chris Wilson
> Signed-off-by:
From: Dave Airlie
sync_file uses the reference count of the file, the internal
kref was never getting moved past 1.
We can reintroduce this if we decide we need it later.
[airlied: fix buildbot warnings]
Reviewed-by: Chris Wilson
Signed-off-by: Dave Airlie
---
drivers/dma-buf/sync_file.c |