On 3/6/22 4:15 AM, Muhammad Falak R Wani wrote:
commit: "be6bfe36db17 block: inline hot paths of blk_account_io_*()" inlines the function `blk_account_io_done`. As a result we can't attach a kprobe to the function anymore. Use `__blk_account_io_done` instead. Signed-off-by: Muhammad Falak R Wani <falakreyaz@xxxxxxxxx>
Acked-by: Yonghong Song <yhs@xxxxxx>