commit | 43c04fb1b8c9f45d971bb53d7cbbcda8ee85716b | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Mon Oct 03 23:22:33 2011 -0400 |
committer | David Sterba <dsterba@suse.cz> | Thu Mar 22 01:45:30 2012 +0100 |
tree | 18a5a3d5958348f7dbc6c5ca267aab982f02f13d | |
parent | c2d904e086b6f707b73bf065e4d18ded4b86ae9e [diff] |
btrfs: Panic on bad rbtree operations The ordered data and relocation trees have BUG_ONs to protect against bad tree operations. This patch replaces them with a panic that will report the problem. Signed-off-by: Jeff Mahoney <jeffm@suse.com>