diff --git a/[refs] b/[refs] index 0e018b166fe3..dc5a592b6869 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b86c86fa1feb50221dc16071ae5b8a4acf3bd32c +refs/heads/master: 57a09a7b3d9445a17c78d544f1e49d4d7d61705a diff --git a/trunk/fs/ocfs2/quota_global.c b/trunk/fs/ocfs2/quota_global.c index 49b536a2190d..10ecb33298d8 100644 --- a/trunk/fs/ocfs2/quota_global.c +++ b/trunk/fs/ocfs2/quota_global.c @@ -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;