Hi
I would like to intercept disk I/O for example /dev/sda
I thought about intercept the relevant function in blk_core.c using kprobe hook
is it a good idea?
Any other suggestion?