how to write modified inode back to disk?
kashish bhatia
koolest77 at gmail.com
Sun Feb 20 13:30:39 EST 2011
hi all ,
here is my query :
I made a module which access a disk inode using function named
ext2_get_inode().
It returns structure pointer of disk block. I copied this structure pointer
in a variable
of same datatype as of disk inode which is present in my module.
Then I changed some fields of this disk inode ( eg. block numbers ) in the
variable.
Now I want to write these changes back to disk. In other words , I want to
write my
module's variable back into disk inode in disk.
Is there any method to do this?
--
Regards,
Kashish
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110221/488b475e/attachment.html
More information about the Kernelnewbies
mailing list