Whamcloud - gitweb
LU-9706 dt: remove dt_txn_hook_commit() 96/34496/2
authorAlex Zhuravlev <bzzz@whamcloud.com>
Thu, 7 Feb 2019 09:33:12 +0000 (12:33 +0300)
committerOleg Drokin <green@whamcloud.com>
Mon, 1 Apr 2019 06:19:35 +0000 (06:19 +0000)
commit6c2ecb0c72510cad32210ec327122c2b140eb6cc
tree3d09a8d50a1fe05ef3e8a4ea07db38a2f17b5735
parent6c13ed6decc680092d3610518dc30aba40c83563
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.

Lustre-change: https://review.whamcloud.com/34212
Lustre-commit: e763467ebe00913e8d03f855dc4b918b95099931

Change-Id: Ib80b0f69be008b4f895586dde35d1a5833a1a861
Signed-off-by: Alex Zhuravlev <bzzz@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Patrick Farrell <pfarrell@whamcloud.com>
Signed-off-by: Minh Diep <mdiep@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/34496
Tested-by: Jenkins
Tested-by: Maloo <maloo@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