<div dir="ltr"><div>create multiple bio.<br><br></div>-Rajat<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jan 3, 2014 at 3:41 PM, neha naik <span dir="ltr">&lt;<a href="mailto:nehanaik27@gmail.com" target="_blank">nehanaik27@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi All,<br>
   I am getting a request with bvec-&gt;bv_len &gt; 512. Now, the<br>
information to be read is scattered across the entire disk in 512<br>
chunks. So that, information on disk can be : sector 8, sector 100,<br>
sector 9.<br>
 Now if i get a request to read with the bvec-&gt;bv_len &gt; 512 i need to<br>
pull in the information from<br>
multiple places on disk since the data is not sequentially located.<br>
 I tried to look at the linux source code because i think raid must be<br>
doing it all the time. (eg : on disk 1 we may be storing sector 6 and<br>
on disk 2 we may be storing sector 7 and so on).<br>
  However, i have not really got any useful information from it. Also<br>
scouring through articles on<br>
google has not helped much.<br>
   I am hoping somebody points me in the right direction.<br>
<br>
Thanks in advance,<br>
Neha<br>
<br>
_______________________________________________<br>
Kernelnewbies mailing list<br>
<a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
<a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
</blockquote></div><br></div>