Problem with using __getblk

From: Bhattiprolu Ravi Kumar
Date: Fri Apr 07 2006 - 11:38:25 EST


Hi,

I am trying to write a module to directly read from
the disk. I have got the sector numbers where the file
present using file system functions. This file starts
from sector 96 on /dev/hda4 for example. The call to
__getblk as
bh = __getblk(bdev,96,512) makes the system hang. Do I
need to add the partition offset also to the sector
number? When I added partition start sector,. I am
getting junk data using ll_rw_block call.

Please advice.

Note: Please send reply to my email address

thanks,
Ravi

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/