Hi<br>it is for the VFS, ext2 is selected in my .config.<br><br>Concerning the filesystem, if the boot hasn'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>
"warning: unable to open an initial console", 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"><<a href="mailto:mulyadi.santosa@gmail.com" target="_blank">mulyadi.santosa@gmail.com</a>></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 <<a href="mailto:st.lambert02@gmail.com">st.lambert02@gmail.com</a>> wrote:<br>
> Hello all,<br>
><br>
> What is the purpose of the inode->i_op->getxattr method?<br>
<br>
</div>I think it has something related to extended attribute<br>
<div class="im"><br>
> During the boot of linux-2.6.37 on a new architecture, it crashes in the<br>
> get_vfs_caps_from_disk() function because of the following security check,<br>
> (in my case, this field is ot initialized).<br>
><br>
> if (!inode || !inode->i_op->getxattr)<br>
> return -ENODATA;<br>
<br>
</div>May I know, what'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>