commit | b2ac30236228d605fa14fbf5640ee7dc6b99b550 | [log] [tgz] |
---|---|---|
author | Liu Bo <bo.li.liu@oracle.com> | Mon Jun 09 10:54:07 2014 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jun 30 20:09:46 2014 -0700 |
tree | daf5488a0a45607980d90512f9bff9db65bc752d | |
parent | d6f5d5fd0c1de1a443e3a9c3d439dd5d760f11cc [diff] |
Btrfs: fix scrub_print_warning to handle skinny metadata extents commit 6eda71d0c030af0fc2f68aaa676e6d445600855b upstream. The skinny extents are intepreted incorrectly in scrub_print_warning(), and end up hitting the BUG() in btrfs_extent_inline_ref_size. Reported-by: Konstantinos Skarlatos <k.skarlatos@gmail.com> Signed-off-by: Liu Bo <bo.li.liu@oracle.com> Signed-off-by: Chris Mason <clm@fb.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>