Jan. 19, 2011
7:51 a.m.
On Wed, Jan 19, 2011 at 1:18 PM, Manish Katiyar <mkatiyar@gmail.com> wrote:
Once you have your reserved inode, you can open it using iget to get the inode pointer. After that it would be same way as you would have done if you were allowed file ops in kernel. For eg.. If my reserved inode is 100 and I'm using ext2, it would be something like [...]
Thanks a lot, that's really helpful! martin