diff options
-rw-r--r-- | fs/ocfs2/quota_global.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/quota_global.c b/fs/ocfs2/quota_global.c index 49b536a2190d..10ecb33298d8 100644 --- a/fs/ocfs2/quota_global.c +++ b/fs/ocfs2/quota_global.c | |||
@@ -870,7 +870,7 @@ out: | |||
870 | 870 | ||
871 | static int ocfs2_dquot_drop_slow(struct inode *inode) | 871 | static int ocfs2_dquot_drop_slow(struct inode *inode) |
872 | { | 872 | { |
873 | int status; | 873 | int status = 0; |
874 | int cnt; | 874 | int cnt; |
875 | int got_lock[MAXQUOTAS] = {0, 0}; | 875 | int got_lock[MAXQUOTAS] = {0, 0}; |
876 | handle_t *handle; | 876 | handle_t *handle; |