hi all ,<br><br>here is my query :<br><br>I made a module which access a disk inode using function named ext2_get_inode().<br>It returns structure pointer of disk block. I copied this structure pointer in a variable <br>of same datatype as of disk inode which is present in my module.<br>
<br>Then I changed some fields of this disk inode ( eg. block numbers ) in the variable.<br><br>Now I want to write these changes back to disk. In other words , I want to write my<br>module&#39;s variable back into disk inode in disk.<br>
<br><br>Is there any method to do this?<br><br clear="all"><br>-- <br><span style="color: rgb(51, 51, 51);">Regards,</span><br>Kashish<br><br>