<p><br>
On Mar 14, 2014 9:26 PM, &quot;朱&quot; &lt;<a href="mailto:zly.king@163.com">zly.king@163.com</a>&gt; wrote:<br>
&gt;<br>
&gt; hi,<br>
&gt; I add a u64 field in struct page to record corresponding disk sector postion. I will change and read this field when dealing with page cache staff.</p>
<p>As you already have modified page struct, how about modifying prep_new_page as well. Put a zero in that field after the page refcount is set.<br></p>
<p>I think that way it&#39;ll remain.hidden instead of your specific code zeroing it everytime you need it.</p>
<p>&gt; I want it stays zero unless my code change its value. Will the kernel &#39;s allocating code guarantee that<br>
&gt; the field is zero when the page is allocated? or Need I add some code to the allocating routine to explicitly fill the field with zero?<br>
&gt;<br>
&gt; Regard,<br>
&gt; Lingyu Zhu<br>
&gt;<br>
&gt;<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><br>
&gt;<br>
</p>