Loading fs/ext3/ialloc.c +2 −0 Original line number Diff line number Diff line Loading @@ -604,12 +604,14 @@ struct inode *ext3_new_inode(handle_t *handle, struct inode * dir, int mode) err = ext3_init_acl(handle, inode, dir); if (err) { DQUOT_FREE_INODE(inode); DQUOT_DROP(inode); goto fail2; } err = ext3_mark_inode_dirty(handle, inode); if (err) { ext3_std_error(sb, err); DQUOT_FREE_INODE(inode); DQUOT_DROP(inode); goto fail2; } Loading Loading
fs/ext3/ialloc.c +2 −0 Original line number Diff line number Diff line Loading @@ -604,12 +604,14 @@ struct inode *ext3_new_inode(handle_t *handle, struct inode * dir, int mode) err = ext3_init_acl(handle, inode, dir); if (err) { DQUOT_FREE_INODE(inode); DQUOT_DROP(inode); goto fail2; } err = ext3_mark_inode_dirty(handle, inode); if (err) { ext3_std_error(sb, err); DQUOT_FREE_INODE(inode); DQUOT_DROP(inode); goto fail2; } Loading