From: Alex Zhuravlev Date: Fri, 17 Oct 2014 12:13:25 +0000 (+0400) Subject: LU-6014 mdt: remove unused function X-Git-Tag: 2.7.51~34 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=eebeee9afa368d62b9a0813652a4c14430bd8e35 LU-6014 mdt: remove unused function mdt_trans_stop() is not used. Signed-off-by: Alex Zhuravlev Change-Id: I34da179288bef9a928173aa79e53cc74082abed7 Reviewed-on: http://review.whamcloud.com/12326 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: John L. Hammond --- diff --git a/lustre/mdt/mdt_recovery.c b/lustre/mdt/mdt_recovery.c index b06022b..5358bfe 100644 --- a/lustre/mdt/mdt_recovery.c +++ b/lustre/mdt/mdt_recovery.c @@ -71,12 +71,6 @@ const struct lu_buf *mdt_buf_const(const struct lu_env *env, return buf; } -void mdt_trans_stop(const struct lu_env *env, - struct mdt_device *mdt, struct thandle *th) -{ - dt_trans_stop(env, mdt->mdt_bottom, th); -} - /* * last_rcvd & last_committed update callbacks */