diff --git a/[refs] b/[refs] index 729aa32c15b3..928328ad9870 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1f466a47e8a3a3e3b527b3285c7b9c8a837fb7ec +refs/heads/master: f5a8cd020173c455705fc0095b7d299da6f8f87b diff --git a/trunk/fs/gfs2/recovery.c b/trunk/fs/gfs2/recovery.c index b17d3b8b2321..06dcdc04627d 100644 --- a/trunk/fs/gfs2/recovery.c +++ b/trunk/fs/gfs2/recovery.c @@ -149,7 +149,7 @@ static int get_log_header(struct gfs2_jdesc *jd, unsigned int blk, struct gfs2_log_header_host *head) { struct buffer_head *bh; - struct gfs2_log_header_host lh; + struct gfs2_log_header_host uninitialized_var(lh); const u32 nothing = 0; u32 hash; int error;