From 52e585d170d59cc106098e8c1420d761949e83d9 Mon Sep 17 00:00:00 2001 From: "akpm@linux-foundation.org" Date: Wed, 12 Mar 2008 14:01:29 -0700 Subject: [PATCH] --- yaml --- r: 89533 b: refs/heads/master c: f5a8cd020173c455705fc0095b7d299da6f8f87b h: refs/heads/master i: 89531: dfff86ca4e7c1494ba452f2b39a0340f74f86775 v: v3 --- [refs] | 2 +- trunk/fs/gfs2/recovery.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;