<span class="Apple-style-span" style="font-family: Arial; font-size: medium; "><div>Hello All,</div><div><br></div>I want to export a function named ext2_free_data() which is present in inode.c . <br>This function is statically defined in this file. I omit the &quot;static&quot; keyword and exported it <br>
using EXPORT_SYMBOL(ext2_free_data). <br>ext2_free_data() function declaration is not present in any header file , so I included its <br>declaration in my own header file which I kept in fs/ext2 directory. <br><br>Now when I insert my module using insmod command ,it shows a error : Unknown symbol in module. <br>
<br><br>Kindly help me .</span><br clear="all"><br>-- <br><span style="color:rgb(51, 51, 51)">Regards,</span><br>Kashish<br><br>