VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: akpm@linux-foundation.org <akpm@linux-foundation.org> 2008-03-12 14:01:29 -0700 committer: Steven Whitehouse <swhiteho@redhat.com> 2008-03-31 10:41:41 +0100 commit: f5a8cd020173c455705fc0095b7d299da6f8f87b parent: 1f466a47e8a3a3e3b527b3285c7b9c8a837fb7ec
Commit Summary:
[GFS2] fs/gfs2/recovery.c: suppress warnings
Diffstat:
1 file changed, 1 insertion, 1 deletion
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,
 			  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;