aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/gfs2/recovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/recovery.c b/fs/gfs2/recovery.c
index b17d3b8b2321..06dcdc04627d 100644
--- a/fs/gfs2/recovery.c
+++ b/fs/gfs2/recovery.c
@@ -149,7 +149,7 @@ static int get_log_header(struct gfs2_jdesc *jd, unsigned int blk,
149 struct gfs2_log_header_host *head) 149 struct gfs2_log_header_host *head)
150{ 150{
151 struct buffer_head *bh; 151 struct buffer_head *bh;
152 struct gfs2_log_header_host lh; 152 struct gfs2_log_header_host uninitialized_var(lh);
153 const u32 nothing = 0; 153 const u32 nothing = 0;
154 u32 hash; 154 u32 hash;
155 int error; 155 int error;