nilfs2: delete mark_inode_dirty in nilfs_delete_entry
Delete mark_inode_dirty() in nilfs_delete_entry() to reduce duplicate mark_inode_dirty() calls both in nilfs_rename() and nilfs_delete_entry(). Signed-off-by: Jiro SEKIBA <jir@unicus.jp> Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
This commit is contained in:

committed by
Ryusuke Konishi

parent
58d55471cb
commit
3534573b58
@@ -595,7 +595,6 @@ int nilfs_delete_entry(struct nilfs_dir_entry *dir, struct page *page)
|
||||
nilfs_commit_chunk(page, mapping, from, to);
|
||||
inode->i_ctime = inode->i_mtime = CURRENT_TIME;
|
||||
/* NILFS_I(inode)->i_flags &= ~NILFS_BTREE_FL; */
|
||||
mark_inode_dirty(inode);
|
||||
out:
|
||||
nilfs_put_page(page);
|
||||
return err;
|
||||
|
Reference in New Issue
Block a user