From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cn.fujitsu.com ([59.151.112.132]:54796 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751283AbbHCAyR (ORCPT ); Sun, 2 Aug 2015 20:54:17 -0400 Subject: Re: btrfs partition converted from ext4 becomes read-only minutes after booting: WARNING: CPU: 2 PID: 2777 at ../fs/btrfs/super.c:260 __btrfs_abort_transaction+0x4b/0x120 To: Robert Munteanu References: <558CB0D4.8060401@cn.fujitsu.com> <558CB404.8050300@cn.fujitsu.com> <559F131B.30206@cn.fujitsu.com> <55BAD89A.8030203@cn.fujitsu.com> CC: Chris Murphy , Vytautas D , Btrfs BTRFS From: Qu Wenruo Message-ID: <55BEBBB4.4040801@cn.fujitsu.com> Date: Mon, 3 Aug 2015 08:54:12 +0800 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Sender: linux-btrfs-owner@vger.kernel.org List-ID: Thanks for the log. I'll investigate it to see whether we can resolve the infinite loop problem. Thanks, Qu Robert Munteanu wrote on 2015/07/31 16:38 +0300: > On Fri, Jul 31, 2015 at 5:08 AM, Qu Wenruo wrote: >> Any full output about it? > > Please see the attached log. I left the process running for about 4 > hours, and after the first five minutes all it cared about was a > single inode. I ended up stopping it as it looks like it's not making > progress. > >> Not sure if it real loops, but maybe the inode number changed in later >> output? > > Looks to me like it's the same inode > > $ awk '/ for inode/ { print $7 } ' screenlog.0 | sort | uniq > 14214570 > > Thanks, > > Robert > > > > > > >