<p dir="ltr"><br>
On 04-Jan-2014 5:18 AM, &quot;neha naik&quot; &lt;<a href="mailto:nehanaik27@gmail.com">nehanaik27@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi All,<br>
&gt;    I am getting a request with bvec-&gt;bv_len &gt; 512. Now, the<br>
&gt; information to be read is scattered across the entire disk in 512<br>
&gt; chunks. So that, information on disk can be : sector 8, sector 100,<br>
&gt; sector 9.<br>
&gt;  Now if i get a request to read with the bvec-&gt;bv_len &gt; 512 i need to<br>
&gt; pull in the information from<br>
&gt; multiple places on disk since the data is not sequentially located.<br>
&gt;  I tried to look at the linux source code because i think raid must be<br>
&gt; doing it all the time. (eg : on disk 1 we may be storing sector 6 and<br>
&gt; on disk 2 we may be storing sector 7 and so on).</p>
<p dir="ltr">You are right. Perhaps you need to clone the bio and set them properly. I guess you ought to check dm driver&#39;s make_request function. It does clone bio.</p>
<p dir="ltr">I don&#39;t know if you can split that request while handling it. Perhaps reinserting that request could work.</p>
<p dir="ltr">&gt;   However, i have not really got any useful information from it. Also<br>
&gt; scouring through articles on<br>
&gt; google has not helped much.<br>
&gt;    I am hoping somebody points me in the right direction.<br>
&gt;<br>
&gt; Thanks in advance,<br>
&gt; Neha<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Kernelnewbies mailing list<br>
&gt; <a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
&gt; <a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a></p>
<p dir="ltr">      ---P.K.S</p>