From mboxrd@z Thu Jan 1 00:00:00 1970 From: Damien Le Moal Date: Mon, 22 May 2023 08:44:15 +0900 Subject: [Cluster-devel] [PATCH 03/13] filemap: assign current->backing_dev_info in generic_perform_write In-Reply-To: <20230519093521.133226-4-hch@lst.de> References: <20230519093521.133226-1-hch@lst.de> <20230519093521.133226-4-hch@lst.de> Message-ID: <600202a3-25dd-a404-9051-637fcbc90db6@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: > Move the assignment to current->backing_dev_info from the callers into > generic_perform_write to reduce boiler plate code and reduce the scope > to just around the page dirtying loop. > > Signed-off-by: Christoph Hellwig Reviewed-by: Damien Le Moal -- Damien Le Moal Western Digital Research