aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs
diff options
context:
space:
mode:
authorDave Kleikamp <shaggy@linux.vnet.ibm.com>2007-02-09 15:36:47 -0600
committerDave Kleikamp <shaggy@linux.vnet.ibm.com>2007-02-09 15:36:47 -0600
commitc9e3ad6021e5eeb1c25cc4a573bd6427019a7a86 (patch)
tree2bc2b07af5e4c361a6e6df6e0023d1619b0c4f2d /fs/jfs
parentMerge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/mfasheh/ocfs2 (diff)
downloadlinux-dev-c9e3ad6021e5eeb1c25cc4a573bd6427019a7a86.tar.xz
linux-dev-c9e3ad6021e5eeb1c25cc4a573bd6427019a7a86.zip
JFS: Get rid of "may be used uninitialized" warnings
Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
Diffstat (limited to 'fs/jfs')
-rw-r--r--fs/jfs/jfs_txnmgr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/jfs/jfs_txnmgr.c b/fs/jfs/jfs_txnmgr.c
index 6988a1082f58..03893acbfda4 100644
--- a/fs/jfs/jfs_txnmgr.c
+++ b/fs/jfs/jfs_txnmgr.c
@@ -1919,7 +1919,8 @@ static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
* header ?
*/
if (tlck->type & tlckTRUNCATE) {
- pxd_t pxd; /* truncated extent of xad */
+ /* This odd declaration suppresses a bogus gcc warning */
+ pxd_t pxd = pxd; /* truncated extent of xad */
int twm;
/*