Skip to content

Commit

Permalink
ocfs2: Add missing initialization
Browse files Browse the repository at this point in the history
Add missing variable initialization to ocfs2_dquot_drop_slow().

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
  • Loading branch information
Jan Kara authored and Mark Fasheh committed Jan 5, 2009
1 parent b86c86f commit 57a09a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ocfs2/quota_global.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 57a09a7

Please sign in to comment.