LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   Some problem about the function pointer revalidate in inode_operations in 2.4.20 (https://www.linuxquestions.org/questions/linux-kernel-70/some-problem-about-the-function-pointer-revalidate-in-inode_operations-in-2-4-20-a-728585/)

ao.yuan.young 05-26-2009 08:28 AM

Some problem about the function pointer revalidate in inode_operations in 2.4.20
 
In kernel-2.4.20, there was a function pointer named revalidate defined in struct inode_operations, but in kernel-2.6.27, this function pointer was removed, which function took place of it? If code based on kernel-2.4.20 is :
dentry->d_inode->i_op->revalidate(dentry)

How do I change it ?

stress_junkie 05-26-2009 02:24 PM

You should be able to find the answer to your question at the following web site.

https://www.linuxhq.com/

Or you could use Google.


All times are GMT -5. The time now is 11:17 PM.