提交 c7e9a52e 编写于 作者: J Jan Kara 提交者: Linus Torvalds

[PATCH] ext2: drop quota reference before releasing inode

We must drop references to quota structures before releasing the inode.
Signed-off-by: NJan Kara <jack@suse.cz>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 b3bb8afd
......@@ -612,6 +612,7 @@ struct inode *ext2_new_inode(struct inode *dir, int mode)
err = ext2_init_acl(inode, dir);
if (err) {
DQUOT_FREE_INODE(inode);
DQUOT_DROP(inode);
goto fail2;
}
mark_inode_dirty(inode);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册