commit | 1c24c3ce6a8022ab225f44160bfddc92a5a6e435 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fusionio.com> | Tue Apr 23 11:30:14 2013 -0400 |
committer | Josef Bacik <jbacik@fusionio.com> | Mon May 06 15:55:05 2013 -0400 |
tree | 594033c6bf744a5d8baf0c7c9ad51fdde2b8d5ed | |
parent | 5ec8dca7617b77afb0e3c7e6271089172b498546 [diff] |
Btrfs: add tree block level sanity check With a users corrupted fs I was getting weird behavior and panics and it turns out it was because one of his tree blocks had a bogus header level. So add this to the sanity checks in the endio handler for tree blocks. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com>