Whamcloud - gitweb
LU-3750 mdt: fix typo in mdt_txn_stop_cb() 87/7787/4
authorMikhail Pershin <mike.pershin@intel.com>
Fri, 27 Sep 2013 15:13:30 +0000 (19:13 +0400)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 2 Oct 2013 16:54:27 +0000 (16:54 +0000)
commit051ca1bc6a561f8bac65e0cfa861ff48050e8bea
tree351a21d625e6c69a5fb784181082c61feca1a91a
parente3b68abb45285cf8f07aa0ca1f465c07f456b8bd
LU-3750 mdt: fix typo in mdt_txn_stop_cb()

Wrong check was added to mdt_txn_stop_cb() to identify object
for version update. Version is not updated for all local objects
due to that typo and leads to replay-vbr.sh failures

Test-Parameters: testgroup=review,failover
Signed-off-by: Mikhail Pershin <mike.pershin@intel.com>
Change-Id: I9c41f7208d7aa8cf307858b9c6f51ae73c1081e4
Reviewed-on: http://review.whamcloud.com/7787
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: wangdi <di.wang@intel.com>
lustre/mdt/mdt_recovery.c