Whamcloud - gitweb
LU-9706 dt: remove dt_txn_hook_commit() 74/34274/2
authorAlex Zhuravlev <bzzz@whamcloud.com>
Mon, 18 Feb 2019 13:10:16 +0000 (16:10 +0300)
committerOleg Drokin <green@whamcloud.com>
Sat, 2 Mar 2019 01:30:31 +0000 (01:30 +0000)
commit4b239e9138aa69eb996ee47b31f075c085efa1e5
tree528d0a21cefe033261b2488e6a63c7c8bc710ee0
parentffa453b2aa1ad7659b186bd8f729035f7060f075
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/#/c/34212/

Signed-off-by: Alex Zhuravlev <bzzz@whamcloud.com>
Change-Id: I1744aaa621e28cb3f7e812db5695aa42e8d596cd
Reviewed-on: https://review.whamcloud.com/34274
Tested-by: Jenkins
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Nathaniel Clark <nclark@whamcloud.com>
Reviewed-by: Oleg Drokin <green@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