aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'fs/jfs/jfs_txnmgr.c')
-rw-r--r--fs/jfs/jfs_txnmgr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/jfs/jfs_txnmgr.c b/fs/jfs/jfs_txnmgr.c
index a5663cb621d8..78789c5ed36b 100644
--- a/fs/jfs/jfs_txnmgr.c
+++ b/fs/jfs/jfs_txnmgr.c
@@ -1928,8 +1928,7 @@ static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
1928 * header ? 1928 * header ?
1929 */ 1929 */
1930 if (tlck->type & tlckTRUNCATE) { 1930 if (tlck->type & tlckTRUNCATE) {
1931 /* This odd declaration suppresses a bogus gcc warning */ 1931 pxd_t pxd; /* truncated extent of xad */
1932 pxd_t pxd = pxd; /* truncated extent of xad */
1933 int twm; 1932 int twm;
1934 1933
1935 /* 1934 /*