diff options
| author | Coly Li <[email protected]> | 2018-03-18 17:36:24 -0700 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2018-03-18 20:15:20 -0600 |
| commit | 27a40ab9269e79b55672312b324f8f29d94463d4 (patch) | |
| tree | 82fd33e12b58e2ac79f5146984be7e02cd62f62a /tools/perf/scripts/python/stackcollapse.py | |
| parent | df2b94313ae5b4f60d49e01d4dff5acb4c2757cf (diff) | |
bcache: add backing_request_endio() for bi_end_io
In order to catch I/O error of backing device, a separate bi_end_io
call back is required. Then a per backing device counter can record I/O
errors number and retire the backing device if the counter reaches a
per backing device I/O error limit.
This patch adds backing_request_endio() to bcache backing device I/O code
path, this is a preparation for further complicated backing device failure
handling. So far there is no real code logic change, I make this change a
separate patch to make sure it is stable and reliable for further work.
Changelog:
v2: Fix code comments typo, remove a redundant bch_writeback_add() line
added in v4 patch set.
v1: indeed this is new added in this patch set.
[mlyle: truncated commit subject]
Signed-off-by: Coly Li <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Reviewed-by: Michael Lyle <[email protected]>
Cc: Junhui Tang <[email protected]>
Cc: Michael Lyle <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions