提交 57a09a7b 编写于 作者: J Jan Kara 提交者: Mark Fasheh

ocfs2: Add missing initialization

Add missing variable initialization to ocfs2_dquot_drop_slow().
Signed-off-by: NJan Kara <jack@suse.cz>
Signed-off-by: NMark Fasheh <mfasheh@suse.com>
上级 b86c86fa
......@@ -870,7 +870,7 @@ static int ocfs2_dquot_initialize(struct inode *inode, int type)
static int ocfs2_dquot_drop_slow(struct inode *inode)
{
int status;
int status = 0;
int cnt;
int got_lock[MAXQUOTAS] = {0, 0};
handle_t *handle;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册