Whamcloud - gitweb
LU-9706 dt: remove dt_txn_hook_commit() 12/34212/3
authorAlex Zhuravlev <bzzz@whamcloud.com>
Thu, 7 Feb 2019 09:33:12 +0000 (12:33 +0300)
committerOleg Drokin <green@whamcloud.com>
Wed, 27 Feb 2019 02:02:56 +0000 (02:02 +0000)
commite763467ebe00913e8d03f855dc4b918b95099931
tree681d9f15eded33593b0fe6d96d73686452784fb2
parent9dbbc720bd0bedb119c516a69323008df9cc3695
LU-9706 dt: remove dt_txn_hook_commit()

it's not used and it's not safe as dt_txn_callback_del()
and dt_txn_callback_add() can race with commit callbacks.

Change-Id: Ib80b0f69be008b4f895586dde35d1a5833a1a861
Signed-off-by: Alex Zhuravlev <bzzz@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/34212
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Patrick Farrell <pfarrell@whamcloud.com>
lustre/include/dt_object.h
lustre/mdt/mdt_recovery.c
lustre/obdclass/dt_object.c
lustre/osd-ldiskfs/osd_handler.c
lustre/osd-zfs/osd_handler.c
lustre/target/tgt_main.c