From mboxrd@z Thu Jan 1 00:00:00 1970 From: Damien Le Moal Date: Mon, 22 May 2023 09:19:44 +0900 Subject: [Cluster-devel] [PATCH 12/13] fuse: drop redundant arguments to fuse_perform_write In-Reply-To: <20230519093521.133226-13-hch@lst.de> References: <20230519093521.133226-1-hch@lst.de> <20230519093521.133226-13-hch@lst.de> Message-ID: <4ebd2eb4-04e3-8c41-0606-aa057f4d2e4b@kernel.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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