]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/jfs/jfs_txnmgr.c
xps: Transmit Packet Steering
[net-next-2.6.git] / fs / jfs / jfs_txnmgr.c
index d945ea76b445249de68fece3be7dea631cf2b6b1..9466957ec84173f56707bd591e97b007c7bba57c 100644 (file)
@@ -1279,7 +1279,7 @@ int txCommit(tid_t tid,           /* transaction identifier */
         * lazy commit thread finishes processing
         */
        if (tblk->xflag & COMMIT_DELETE) {
-               atomic_inc(&tblk->u.ip->i_count);
+               ihold(tblk->u.ip);
                /*
                 * Avoid a rare deadlock
                 *