commit | a0159832e51e3af03b89ecc5d6b9db451e529b5f | [log] [tgz] |
---|---|---|
author | Guoqing Jiang <jgq516@gmail.com> | Tue May 25 17:46:21 2021 +0800 |
committer | Song Liu <song@kernel.org> | Mon Jun 14 22:32:07 2021 -0700 |
tree | c73d72e9bbb95ec4f2253799e37c26a284469dbe | |
parent | 9b8ae7b938235229ccb112c4e887ff1bcc232836 [diff] |
md/raid1: enable io accounting For raid1, we record the start time between split bio and clone bio, and finish the accounting in the final endio. Also introduce start_time in r1bio accordingly. Signed-off-by: Guoqing Jiang <jiangguoqing@kylinos.cn> Signed-off-by: Song Liu <song@kernel.org>