From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Tue, 12 Jul 2022 06:57:19 +0200 Subject: [Cluster-devel] [PATCH 2/4] gfs2: remove ->writepage In-Reply-To: References: <20220711041459.1062583-1-hch@lst.de> <20220711041459.1062583-3-hch@lst.de> Message-ID: <20220712045719.GA4705@lst.de> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Tue, Jul 12, 2022 at 01:22:48AM +0200, Andreas Gr?nbacher wrote: > It should be possible to remove the .writepage operation in > gfs2_jdata_aops as well, but I must be overlooking something because > that actually breaks things. We'll need to wire up ->migratepage for it first to not lose any memory migration functinality. But yes, the plan is to eventually kill off ->writepage. If I can get you to look into gfs2_jdata_aops, gfs2_meta_aops and gfs2_rgrp_aops, that would be awesome.