Nov. 12, 2013
8:08 a.m.
On Tue, Nov 12, 2013 at 6:24 AM, vaibhav <vaibhav92@hotmail.com> wrote:
I am working on a kernel module wherein I need to enumerate all the block devices registered with the kernel. Also looking for notifications when a block device gets added/remove. Google didn’t help much and the thought of reading the contents of /sys/block from kernel mode looks messy to me. Looking for guidance on performing this enumeration.
Why do you need this within the kernel? Sounds much like a userspace job done in kernel land... -- Thanks, //richard