All of lore.kernel.org
 help / color / mirror / Atom feed
* [Ocfs2-devel] [PATCH 01/10] ocfs2: Add missing initialization
@ 2008-11-25 14:31 Jan Kara
  2008-11-25 14:31 ` [Ocfs2-devel] [PATCH 02/10] ocfs2: Fix ocfs2_read_quota_block() error handling Jan Kara
  2008-11-26  1:41 ` [Ocfs2-devel] [PATCH 01/10] ocfs2: Add missing initialization Tao Ma
  0 siblings, 2 replies; 11+ messages in thread
From: Jan Kara @ 2008-11-25 14:31 UTC (permalink / raw)
  To: ocfs2-devel

Add missing variable initialization to ocfs2_dquot_drop_slow().

Signed-off-by: Jan Kara <jack@suse.cz>
---
 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 d2a5bfa..7f561e4 100644
--- a/fs/ocfs2/quota_global.c
+++ b/fs/ocfs2/quota_global.c
@@ -873,7 +873,7 @@ out:
 
 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;
-- 
1.6.0.4

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2008-11-26  1:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-25 14:31 [Ocfs2-devel] [PATCH 01/10] ocfs2: Add missing initialization Jan Kara
2008-11-25 14:31 ` [Ocfs2-devel] [PATCH 02/10] ocfs2: Fix ocfs2_read_quota_block() error handling Jan Kara
2008-11-25 14:31   ` [Ocfs2-devel] [PATCH 03/10] ocfs2: Fix oops when extending quota files Jan Kara
2008-11-25 14:31     ` [Ocfs2-devel] [PATCH 04/10] ocfs2: Make ocfs2_get_quota_block() consistent with ocfs2_read_quota_block() Jan Kara
2008-11-25 14:31       ` [Ocfs2-devel] [PATCH 05/10] ocfs2: Fix build warnings (64-bit types vs long long) Jan Kara
2008-11-25 14:31         ` [Ocfs2-devel] [PATCH 06/10] quota: Unexport dqblk_v1.h and dqblk_v2.h Jan Kara
2008-11-25 14:31           ` [Ocfs2-devel] [PATCH 07/10] quota: Export dquot_alloc() and dquot_destroy() functions Jan Kara
2008-11-25 14:31             ` [Ocfs2-devel] [PATCH 08/10] reiserfs: Add default allocation routines for quota structures Jan Kara
2008-11-25 14:31               ` [Ocfs2-devel] [PATCH 09/10] ext3: " Jan Kara
2008-11-25 14:31                 ` [Ocfs2-devel] [PATCH 10/10] ext4: " Jan Kara
2008-11-26  1:41 ` [Ocfs2-devel] [PATCH 01/10] ocfs2: Add missing initialization Tao Ma

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.