[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
how to commit a directory entry to the disk in EXT3 FS
- From: tushar <tushu1232 gmail com>
- To: Ext3-users redhat com
- Cc:
- Subject: how to commit a directory entry to the disk in EXT3 FS
- Date: Sat, 24 Feb 2007 08:36:22 +0530
hey guys,
well i am stuck up at a trivial point of committing the directory entry buffer to the disk
i have intialised the values of struct ext3_dir_entry_2 *de and now want to commit it to the disk in the function
EXT3 FS----linux 2.6.18 ----fs/ext3/inode.c
static int ext3_do_update_inode(handle_t *handle,
struct inode *inode,
struct ext3_iloc *iloc)
{
--------------- raw inode updation------------------
dentry=list_entry(inode->identry.next,struct dentry,d_alias);
bh1=ext3_find_entry(dentry,&de1);
-----please tell me how to commit the de1 to the disk data structures after this point----------
}
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]