On 7/28/20 7:59 AM, colyli@suse.de wrote:
From: Coly Li colyli@suse.de
This patch is a fix to patch "bcache: fix bio_{start,end}_io_acct with proper device". The previous patch uses a hack to temporarily set bi_disk to bcache device, which is mistaken too.
As Christoph suggests, this patch uses disk_{start,end}_io_acct() to count I/O for bcache device in the correct way.
Applied, thanks.