diff options
author | Tony Breeds <tony@bakeyournoodle.com> | 2006-09-11 08:19:19 -0500 |
---|---|---|
committer | Dave Kleikamp <shaggy@austin.ibm.com> | 2006-10-02 09:50:51 -0500 |
commit | 2a6968a9784551c216f9379a728d4104dbad98a8 (patch) | |
tree | 3b2e2a91e899e0042a46e6ed9515ff167a9cb4ca /fs | |
parent | d834c16516d1ebec4766fc58c059bf01311e6045 (diff) | |
download | linux-3.10-2a6968a9784551c216f9379a728d4104dbad98a8.tar.gz linux-3.10-2a6968a9784551c216f9379a728d4104dbad98a8.tar.bz2 linux-3.10-2a6968a9784551c216f9379a728d4104dbad98a8.zip |
JFS: Remove shadow variable from fs/jfs/jfs_txnmgr.c:xtLog()
Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
(cherry picked from bdc3d9e5af7d9c105be734dd7b5c3f1d9425a15a commit)
Diffstat (limited to 'fs')
-rw-r--r-- | fs/jfs/jfs_txnmgr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/jfs/jfs_txnmgr.c b/fs/jfs/jfs_txnmgr.c index ebfa6c061d7..6ea9c1a88f7 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, * 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]; |