Whamcloud - gitweb
LU-6014 mdt: remove unused function 26/12326/7
authorAlex Zhuravlev <alexey.zhuravlev@intel.com>
Fri, 17 Oct 2014 12:13:25 +0000 (16:13 +0400)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 18 Mar 2015 11:20:48 +0000 (11:20 +0000)
mdt_trans_stop() is not used.

Signed-off-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Change-Id: I34da179288bef9a928173aa79e53cc74082abed7
Reviewed-on: http://review.whamcloud.com/12326
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
lustre/mdt/mdt_recovery.c

index b06022b..5358bfe 100644 (file)
@@ -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
  */