diff options
author | 2014-01-12 21:38:33 +0800 | |
---|---|---|
committer | 2014-01-28 13:20:33 -0800 | |
commit | ade2e0b3eeca941a5cd486bac21599ff87f288c8 (patch) | |
tree | 02f0384a1cb911766a1ebc07ce5ce963d94cbfd6 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | Btrfs: fix missing skinny metadata check in scrub_stripe() (diff) | |
download | linux-dev-ade2e0b3eeca941a5cd486bac21599ff87f288c8.tar.xz linux-dev-ade2e0b3eeca941a5cd486bac21599ff87f288c8.zip |
Btrfs: fix to search previous metadata extent item since skinny metadata
There is a bug that using btrfs_previous_item() to search metadata extent item.
This is because in btrfs_previous_item(), we need type match, however, since
skinny metada was introduced by josef, we may mix this two types. So just
use btrfs_previous_item() is not working right.
To keep btrfs_previous_item() like normal tree search, i introduce another
function btrfs_previous_extent_item().
Signed-off-by: Wang Shilong <wangsl.fnst@cn.fujitsu.com>
Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions