[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090715021901.4112.45973.sendpatchset@subratamodak.linux.ibm.com>
Date: Wed, 15 Jul 2009 07:49:03 +0530
From: Subrata Modak <subrata@...ux.vnet.ibm.com>
To: linux-mtd@...ts.infradead.org,
Artem Bityutskiy <dedekind@...radead.org>,
Adrian Hunter <adrian.hunter@...ia.com>
Cc: Sachin P Sant <sachinp@...ux.vnet.ibm.com>,
David Howells <dhowells@...hat.com>,
Subrata Modak <subrata@...ux.vnet.ibm.com>,
Balbir Singh <balbir@...ux.vnet.ibm.com>,
LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH 02/06] Fix compilation warning for fs/ubifs/commit.c
Following fix is inspired by David Howells fix few days back:
http://lkml.org/lkml/2009/7/9/109,
Signed-off-by: Subrata Modak<subrata@...ux.vnet.ibm.com>,
---
--- a/fs/ubifs/commit.c 2009-05-20 10:44:12.000000000 +0530
+++ b/fs/ubifs/commit.c 2009-07-15 05:39:06.000000000 +0530
@@ -510,7 +510,7 @@ int dbg_check_old_index(struct ubifs_inf
int lnum, offs, len, err = 0, uninitialized_var(last_level), child_cnt;
int first = 1, iip;
struct ubifs_debug_info *d = c->dbg;
- union ubifs_key lower_key, upper_key, l_key, u_key;
+ union ubifs_key uninitialized_var(lower_key), upper_key, l_key, u_key;
unsigned long long uninitialized_var(last_sqnum);
struct ubifs_idx_node *idx;
struct list_head list;
---
Regards--
Subrata
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists