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>