Re: [PATCH] dma-buf/sync_file: Use fdget()

2023-05-11 Thread Al Viro
On Fri, May 05, 2023 at 10:22:09AM +0200, Christian König wrote: > Am 05.05.23 um 05:03 schrieb ye.xingc...@zte.com.cn: > > From: Ye Xingchen > > > > convert the fget() use to fdget(). > > Well the rational is missing. Why should we do that? We very definitely should not. The series appears

Re: [PATCH] dma-buf/sync_file: Use fdget()

2023-05-11 Thread Al Viro
On Fri, May 05, 2023 at 11:03:39AM +0800, ye.xingc...@zte.com.cn wrote: > From: Ye Xingchen > > convert the fget() use to fdget(). NAK.

Re: [PATCH] dma-buf/sync_file: Use fdget()

2023-05-05 Thread Christian König
Am 05.05.23 um 05:03 schrieb ye.xingc...@zte.com.cn: From: Ye Xingchen convert the fget() use to fdget(). Well the rational is missing. Why should we do that? Christian. Signed-off-by: Ye Xingchen --- drivers/dma-buf/sync_file.c | 10 +- 1 file changed, 5 insertions(+), 5

[PATCH] dma-buf/sync_file: Use fdget()

2023-05-04 Thread ye.xingchen
From: Ye Xingchen convert the fget() use to fdget(). Signed-off-by: Ye Xingchen --- drivers/dma-buf/sync_file.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/dma-buf/sync_file.c b/drivers/dma-buf/sync_file.c index af57799c86ce..222b13b1bdb8 100644 ---