mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-26 21:54:11 +08:00
JFS: Get rid of "may be used uninitialized" warnings
Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
This commit is contained in:
parent
5986a2ec35
commit
c9e3ad6021
@ -1919,7 +1919,8 @@ static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
|
|||||||
* header ?
|
* header ?
|
||||||
*/
|
*/
|
||||||
if (tlck->type & tlckTRUNCATE) {
|
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;
|
int twm;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user