From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pz0-f46.google.com ([209.85.210.46]:37119 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753647Ab2F2O3C (ORCPT ); Fri, 29 Jun 2012 10:29:02 -0400 Received: by dady13 with SMTP id y13so4448603dad.19 for ; Fri, 29 Jun 2012 07:29:02 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1E782A38-6632-406F-A5BB-D42E78F5AAE3@richardcooper.net> References: <1E782A38-6632-406F-A5BB-D42E78F5AAE3@richardcooper.net> Date: Fri, 29 Jun 2012 21:29:02 +0700 Message-ID: Subject: Re: Kernel panic from "btrfs subvolume delete" From: "Fajar A. Nugraha" To: Richard Cooper Cc: linux-btrfs@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-btrfs-owner@vger.kernel.org List-ID: On Fri, Jun 29, 2012 at 9:23 PM, Richard Cooper wrote: >>> If so, how? >> >> https://blogs.oracle.com/linux/entry/oracle_unbreakable_enterprise_kernel_release >> http://elrepo.org/tiki/kernel-ml > > Perfect, thank you! I was looking for a mainline kernel yum repo but my google-fu was failing me. That looks like just what I need. > > I've installed kernel v3.4.4 from http://elrepo.org/tiki/kernel-ml and that seems to have fixed my kernel panic. I'm still using the default Cent OS 6 versions of the btrfs userspace programs (v0.19). Any reason why that might be a bad idea? At the very least, newer version of btrfsck has --repair, which you might need later in the future. There's also features lke forcing a certain compression (e.g. zlib) on a file as part of "btrfs filesystem defrag" command. Just grab updated btrfs-progs (or whatever it's called) from Oracle's repo. -- Fajar