From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Ts'o Date: Thu, 1 Jun 2023 00:04:56 -0400 Subject: [Cluster-devel] [PATCH 01/12] backing_dev: remove current->backing_dev_info In-Reply-To: <20230531075026.480237-2-hch@lst.de> References: <20230531075026.480237-1-hch@lst.de> <20230531075026.480237-2-hch@lst.de> Message-ID: <20230601040456.GA896851@mit.edu> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Wed, May 31, 2023 at 09:50:15AM +0200, Christoph Hellwig wrote: > The last user of current->backing_dev_info disappeared in commit > b9b1335e6403 ("remove bdi_congested() and wb_congested() and related > functions"). Remove the field and all assignments to it. > > Signed-off-by: Christoph Hellwig > Reviewed-by: Hannes Reinecke > Reviewed-by: Darrick J. Wong Acked-by: Theodore Ts'o