Skip to content

Commit

Permalink
JFS: Remove shadow variable from fs/jfs/jfs_txnmgr.c:xtLog()
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
(cherry picked from bdc3d9e5af7d9c105be734dd7b5c3f1d9425a15a commit)
  • Loading branch information
Tony Breeds authored and Dave Kleikamp committed Oct 2, 2006
1 parent d834c16 commit 2a6968a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fs/jfs/jfs_txnmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2026,8 +2026,6 @@ static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
* truncate entry XAD[twm == next - 1]:
*/
if (twm == next - 1) {
struct pxd_lock *pxdlock;

/* format a maplock for txUpdateMap() to update bmap
* to free truncated delta extent of the truncated
* entry XAD[next - 1];
Expand Down

0 comments on commit 2a6968a

Please sign in to comment.