aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/jfs/jfs_txnmgr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/jfs/jfs_txnmgr.c b/fs/jfs/jfs_txnmgr.c
index ebfa6c061d78..6ea9c1a88f78 100644
--- a/fs/jfs/jfs_txnmgr.c
+++ b/fs/jfs/jfs_txnmgr.c
@@ -2026,8 +2026,6 @@ static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
2026 * truncate entry XAD[twm == next - 1]: 2026 * truncate entry XAD[twm == next - 1]:
2027 */ 2027 */
2028 if (twm == next - 1) { 2028 if (twm == next - 1) {
2029 struct pxd_lock *pxdlock;
2030
2031 /* format a maplock for txUpdateMap() to update bmap 2029 /* format a maplock for txUpdateMap() to update bmap
2032 * to free truncated delta extent of the truncated 2030 * to free truncated delta extent of the truncated
2033 * entry XAD[next - 1]; 2031 * entry XAD[next - 1];