Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57a09a7b authored by Jan Kara's avatar Jan Kara Committed by Mark Fasheh
Browse files

ocfs2: Add missing initialization



Add missing variable initialization to ocfs2_dquot_drop_slow().

Signed-off-by: default avatarJan Kara <jack@suse.cz>
Signed-off-by: default avatarMark Fasheh <mfasheh@suse.com>
parent b86c86fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -870,7 +870,7 @@ out:


static int ocfs2_dquot_drop_slow(struct inode *inode)
static int ocfs2_dquot_drop_slow(struct inode *inode)
{
{
	int status;
	int status = 0;
	int cnt;
	int cnt;
	int got_lock[MAXQUOTAS] = {0, 0};
	int got_lock[MAXQUOTAS] = {0, 0};
	handle_t *handle;
	handle_t *handle;