Message ID | 20200831222725.3860186-1-songliubraving@fb.com (mailing list archive) |
---|---|
Headers | show |
Series | block: improve iostat for md/bcache partitions | expand |
On 8/31/20 4:27 PM, Song Liu wrote: > Currently, devices like md, bcache uses disk_[start|end]_io_acct to report > iostat. These functions couldn't get proper iostat for partitions on these > devices. > > This set resolves this issue by introducing part_[begin|end]_io_acct, and > using them in md and bcache code. Applied, thanks.