From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miklos Szeredi Date: Wed, 24 May 2023 09:09:06 +0200 Subject: [Cluster-devel] [PATCH 11/11] fuse: drop redundant arguments to fuse_perform_write In-Reply-To: <20230524063810.1595778-12-hch@lst.de> References: <20230524063810.1595778-1-hch@lst.de> <20230524063810.1595778-12-hch@lst.de> Message-ID: List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Wed, 24 May 2023 at 08:38, 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 Acked-by: Miklos Szeredi