hey guys,<br><br>        well i am stuck up at a trivial point of committing the directory entry buffer to the disk<br>  <br>     i have intialised the values of struct ext3_dir_entry_2 *de and now want to commit it to the disk in the function
<br><br>EXT3 FS----linux 2.6.18 ----/ext3/inode.c<br><br>static int ext33_do_update_inode(handle_t *handle, <br>                struct inode *inode, <br>                struct ext33_iloc *iloc)<br><br>{<br><br>--------------- raw inode updation------------------
<br>dentry=list_entry(inode->i_dentry.next,struct dentry,d_alias);<br>bh1=ext33_find_entry(dentry,&de1);<br>---please tell me how to commit the de1 to the disk data structures after this point----------<br><br>}<br>