<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
I am taksed to develop a Block device driver which will be used within a character device driver so the write to the character driver will be also formatted, converted and duplicated to the block drvice.<BR>
<BR>
I am new at this. And I am doing all this within kernel space so I really don't know I can open a block device without using "open" and "write" syscalls. I know there is a generic_make_request call to block driver but it requires the bio vec to be filled out with data and I don't know where to start on that.<BR>
<BR>
Any quick solution to this plase?<BR>
<BR>
Thanks so much in advance,<BR>
<BR>
yx<BR>
<BR>                                            </div></body>
</html>