Relative Content

Tag Archive for clinuxkernelvfsfile-operations-readdir

Where has struct file_operations::readdir() gone?

I have an old kernel module, which assigns my my_readdir function to file_operations::readdir. I would like to update my module to be compatible with 6.X kernels. I’ve already fixed issues with the arguments of .create and .mkdir.