Hi<br>it is for the VFS, ext2 is selected in my .config.<br><br>Concerning the filesystem, if the boot hasn&#39;t crashed until the start of /init means<br>that it is correclty mounted (i suppose)<br>In addition, the kernel does not output the well known message:<br>
&quot;warning: unable to open an initial console&quot;, this means that it is able to open the /dev/console.<br><br>I used initramfs support in order to mount the VFS, by supplying a config file to <br>CONFIG_INITRAMFS_SOURCE option.<br>
<br>However, the getattr method has been initialized, but not the getxattr.<br><br>Have you any idea  what  the problem could be?<br>Thanks.<br><br><br><div class="gmail_quote">2012/9/24 Mulyadi Santosa <span dir="ltr">&lt;<a href="mailto:mulyadi.santosa@gmail.com" target="_blank">mulyadi.santosa@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi...<br>
<div class="im"><br>
On Mon, Sep 24, 2012 at 9:58 PM, stl &lt;<a href="mailto:st.lambert02@gmail.com">st.lambert02@gmail.com</a>&gt; wrote:<br>
&gt; Hello all,<br>
&gt;<br>
&gt; What is the purpose of the inode-&gt;i_op-&gt;getxattr method?<br>
<br>
</div>I think it has something related to extended attribute<br>
<div class="im"><br>
&gt; During the boot of linux-2.6.37 on a new architecture, it crashes in the<br>
&gt; get_vfs_caps_from_disk() function because of the following security check,<br>
&gt; (in my case, this field is ot initialized).<br>
&gt;<br>
&gt; if (!inode || !inode-&gt;i_op-&gt;getxattr)<br>
&gt;           return -ENODATA;<br>
<br>
</div>May I know, what&#39;s the filesystem type that code currently checks? And<br>
are you sure that filesystem is completely ok?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
regards,<br>
<br>
Mulyadi Santosa<br>
Freelance Linux trainer and consultant<br>
<br>
blog: <a href="http://the-hydra.blogspot.com" target="_blank">the-hydra.blogspot.com</a><br>
training: <a href="http://mulyaditraining.blogspot.com" target="_blank">mulyaditraining.blogspot.com</a><br>
</font></span></blockquote></div><br>