瀏覽代碼

JFS: Get rid of "may be used uninitialized" warnings

Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
Dave Kleikamp 18 年之前
父節點
當前提交
c9e3ad6021
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      fs/jfs/jfs_txnmgr.c

+ 2 - 1
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;
 
 		/*