Linux Kernel - Where in the kernel are blocks of data physically written to specific disk partitions
- by SpdStr
I'm modifying the Linux kernel and am trying to find where in the kernel source blocks of data are physically written to disk partitions such as ubd0. Where does this occur in kernel source? The actual physical write call? I cannot find this. Thanks!