<br><br><div class="gmail_quote">2012/8/14 Ezequiel Garcia <span dir="ltr">&lt;<a href="mailto:elezegarcia@gmail.com" target="_blank">elezegarcia@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hey wanny,<br>
<div class="im"><br>
On Tue, Aug 14, 2012 at 1:04 AM, Mulyadi Santosa<br>
&lt;<a href="mailto:mulyadi.santosa@gmail.com">mulyadi.santosa@gmail.com</a>&gt; wrote:<br>
&gt; Hi.. :)<br>
&gt;<br>
&gt; On Tue, Aug 14, 2012 at 9:14 AM, ÍõÕÜ &lt;<a href="mailto:wangzhe5004@gmail.com">wangzhe5004@gmail.com</a>&gt; wrote:<br>
&gt;&gt; i use the __init for function print_k.<br>
&gt;&gt; in my opinion &nbsp;after the fisrt invoking the print_k in the hello_init.<br>
&gt;&gt; the memory of print_k will be freed,and the second invoking will<br>
&gt;&gt; not be executed.but the result of second invoking is executing .<br>
&gt;&gt;<br>
&gt;&gt; why?<br>
&gt;<br>
&gt; because you&#39;re still in module_init.... :)<br>
&gt;<br>
&gt;<br>
<br>
</div>Yes, and the function is still in the stack!<br>
<br>
On the other hand.. think what would happen if things would work<br>
like you say.<br>
<br>
We would have a *very* strange behavior,<br>
and pretty counter-intuitive, don&#39;t you think so?<br>
</blockquote></div><br><div>&nbsp; &nbsp;Thank you very much &nbsp;for reply.</div><div>&nbsp; &nbsp;as you say,and function is still in the stack,don&#39;t be freed</div><div>&nbsp; &nbsp;in the memory,what is __init had done? who can give a sample example</div>
<div>&nbsp; to explain the difference existing __init or not?&nbsp;</div>