Hi,

   > Hi!  I got a kernel BUG at
   > 
   > fs/btrfs/disk-io.c:2311
   > 
   > when testing the 2.6.37-rc5 kernel today.

It's good to mention which line this is, since the line numbers are
always changing.  This is:

        if (total_errors > max_errors) {
                printk(KERN_ERR "btrfs: %d errors while writing supers\n",
                       total_errors);
                BUG();
        }
                                                                       
in write_all_supers().  Does dmesg say anything about the nature of
the errors above the BUG() line?

- Chris.
-- 
Chris Ball   <c...@laptop.org>
One Laptop Per Child
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to