aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorQu Wenruo <[email protected]>2019-03-20 14:27:48 +0800
committerDavid Sterba <[email protected]>2019-04-29 19:02:24 +0200
commita2a72fbd1110323b2008dcb3ed14494957341dfe (patch)
tree139cd15a16ad3ee616a7b57f858198dc09143e1c /tools/perf/scripts/python/export-to-sqlite.py
parent2e3c25136adfb293d517e17f761d3b8a43a8fc22 (diff)
btrfs: extent_io: Handle errors better in extent_writepages()
We can only get <=0 from extent_write_cache_pages, add an ASSERT() for it just in case. Then instead of submitting the write bio even if we got some error, check the return value first. If we have already hit some error, just clean up the corrupted or half-baked bio, and return error. If there is no error so far, then call flush_write_bio() and return the result. Signed-off-by: Qu Wenruo <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions