<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>
&nbsp;<BR>
I am new at this. And I am doing all this within kernel space&nbsp;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>
&nbsp;<BR>
Any quick solution to this plase?<BR>
&nbsp;<BR>
Thanks so much in advance,<BR>
&nbsp;<BR>
yx<BR>
&nbsp;<BR>                                               </div></body>
</html>