Hi,
I am creating a small filesystem based on VFS API. I have the following problem. When I create or modify a file, my write function executes normally but when I try to read the created-modified file using something like vi, my read function is not called. If I use vi to read a file that has not been modified everything is OK. Does anyone have a clue about what the problem might be?
Thanks
Mike
-- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/