Re: [Cluster-devel] [PATCH 12/13] fuse: drop redundant arguments to fuse_perform_write

2023-05-22 Thread Damien Le Moal
On 5/19/23 18:35, Christoph Hellwig wrote: > pos is always equal to iocb->ki_pos, and mapping is always equal to > iocb->ki_filp->f_mapping. > > Signed-off-by: Christoph Hellwig Reviewed-by: Damien Le Moal -- Damien Le Moal Western Digital Research

[Cluster-devel] [PATCH 12/13] fuse: drop redundant arguments to fuse_perform_write

2023-05-19 Thread Christoph Hellwig
pos is always equal to iocb->ki_pos, and mapping is always equal to iocb->ki_filp->f_mapping. Signed-off-by: Christoph Hellwig --- fs/fuse/file.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/fs/fuse/file.c b/fs/fuse/file.c index fd2f27f2144750..5f7b58798f99fc