From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Wed, 22 Jun 2022 16:30:07 +0200 Subject: [Cluster-devel] Mounting lock_nolock file systems? In-Reply-To: <20220621125857.GA6999@lst.de> References: <20220621091420.GC3256@lst.de> <97a9a768-1915-f532-09a4-99ee78a639ae@redhat.com> <20220621125857.GA6999@lst.de> Message-ID: <20220622143007.GA31207@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, Jun 21, 2022 at 02:58:57PM +0200, Christoph Hellwig wrote: > Sorry, actually it was the pagecache for-next branch from willy. Looks > like mainline itself is fine. > > I'll try to get the superblock information from the pagecache branch > once I find a little time, chasing a bunch of other bugs in the meantime. I bisected it down to: commit 1abe0e8c19c514827408ba7e7e84969b6f2e784f Author: Matthew Wilcox (Oracle) Date: Wed May 18 14:41:39 2022 -0400 gfs: Check PageUptodate instead of PageError This is the correct flag to test to know if the read completed successfully. Signed-off-by: Matthew Wilcox (Oracle) but I don't have any explanation how it caused that breakage yet.