From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josef Bacik Subject: Re: WARNING: at fs/btrfs/inode.c:2193 btrfs_orphan_commit_root+0xb0/0xc0 [btrfs]() Date: Fri, 16 Sep 2011 10:37:10 -0400 Message-ID: <4E735F16.7000303@redhat.com> References: <4E6BDAEB.7020206@tuxadero.com> <4E6EABAF.9010903@cn.fujitsu.com> <20110915195029.GD25179@dhcp231-156.rdu.redhat.com> <4E735896.3000608@tuxadero.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com ([209.132.183.28]:3870 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754582Ab1IPOh0 (ORCPT ); Fri, 16 Sep 2011 10:37:26 -0400 In-Reply-To: <4E735896.3000608@tuxadero.com> Sender: ceph-devel-owner@vger.kernel.org List-ID: To: Martin Mailand Cc: Sage Weil , Liu Bo , ceph-devel@vger.kernel.org, linux-btrfs@vger.kernel.org On 09/16/2011 10:09 AM, Martin Mailand wrote: > Hi Josef, > after a quick test it seems that I do not hit this Warning any longer. > But I got a new one. > Hmm looks like that may not be my newest stuff, is commit 57f499e1bb76ba3ebeb09cd12e9dac84baa5812b in there? Specifically look at __btrfs_end_transaction in transaction.c and see if the line trans->block_rsv = NULL; is before the first while() loop. Thanks, Josef