jtrans_rollback(): Set the new transaction's numops
commitfe4ca8d2c200493957fea75ad58915f56aee8326
authorAlberto Bertogli <albertito@blitiri.com.ar>
Mon, 9 Mar 2009 05:21:53 +0000 (9 03:21 -0200)
committerAlberto Bertogli <albertito@blitiri.com.ar>
Mon, 9 Mar 2009 05:26:36 +0000 (9 03:26 -0200)
treec00988bbe2bf96a8fde85df66116df5ab07ce9bd
parent385f81d3862354c8522aedf06da20a3a8545833f
jtrans_rollback(): Set the new transaction's numops

The number of operations is not properly set in the new transaction. It
used to work fine just by chance (most code doesn't look into numops), but
the previous patch uncovered this problem.

This patch fixes it by setting numops appropriately.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
trans.c