Hello all,<br><br>What is the purpose of the inode-&gt;i_op-&gt;getxattr method?<br><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-&gt;i_op-&gt;getxattr)<br>          return -ENODATA;<br><br>Has anyone seen anything similar before ?<br><br>Where is this method initialized?<br><br>
Thanks in advance<br><br><br><br>