Hello Shakthi Kannan,
Thanks for the reply .
> driver. I could not understand why the "sbd_request " is called even though
> i have given only one read call from user space file.
Block device I/O transfer is done in blocks.
> And also in the driver, in the function sbd_request() how does the driver
> get the parameters like sector, current_nr_sectors and buffer.
VFS <-> SCSI <-> Block device?
> i could move
> furhter fastly.
Fastly? IMHO, learning kernel development involves lot of patience.
SK