From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dkim2.fusionio.com ([66.114.96.54]:49238 "EHLO dkim2.fusionio.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S968273Ab3DSMPf convert rfc822-to-8bit (ORCPT ); Fri, 19 Apr 2013 08:15:35 -0400 Received: from mx1.fusionio.com (unknown [10.101.1.160]) by dkim2.fusionio.com (Postfix) with ESMTP id 712369A068F for ; Fri, 19 Apr 2013 06:15:35 -0600 (MDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 To: Tejun Heo , Wanlong Gao From: Chris Mason In-Reply-To: <20130419055754.GA9691@mtj.dyndns.org> CC: Jens Axboe , Steven Rostedt , "namhyung@gmail.com" , "agk@redhat.com" , "dm-devel@redhat.com" , "neilb@suse.de" , LKML , Linus Torvalds , "linux-btrfs@vger.kernel.org" References: <516E5EF8.9090507@cn.fujitsu.com> <1366209997.8817.12.camel@pippen.local.home> <20130418123738.GV4816@kernel.dk> <516FED09.1040008@cn.fujitsu.com> <20130418133546.GX4816@kernel.dk> <516FFFAC.8040103@cn.fujitsu.com> <20130418143014.GZ4816@kernel.dk> <5170BB00.8080200@cn.fujitsu.com> <20130419055754.GA9691@mtj.dyndns.org> Message-ID: <20130419121532.30947.69296@localhost.localdomain> Subject: Re: [BUG REPORT] Kernel panic on 3.9.0-rc7-4-gbb33db7 Date: Fri, 19 Apr 2013 08:15:32 -0400 Sender: linux-btrfs-owner@vger.kernel.org List-ID: Quoting Tejun Heo (2013-04-19 01:57:54) > > Ewweeeeeeeeeeeeeeeeeehh........ > > No wonder this thing crashes. Chris, can't the original bio carry > bbio in bi_private and let end_bio_extent_readpage() free the bbio > instead of abusing bi_bdev like this? Yes, we can definitely carry bbio up higher in the stack. I'll patch it up right now. I do agree that it'll be too big for -final, but we'll have it either way. -chris