Whamcloud - gitweb
LU-2358 procfs: Implement /proc/fs/lustre/mgs/MGS/fstype as symlink
[fs/lustre-release.git] / lustre / mdd / mdd_trans.c
index 3e74980..8da825a 100644 (file)
 
 #include "mdd_internal.h"
 
-int mdd_txn_stop_cb(const struct lu_env *env, struct thandle *txn,
-                    void *cookie)
-{
-        struct mdd_device *mdd = cookie;
-        struct obd_device *obd = mdd2obd_dev(mdd);
-
-        LASSERT(obd);
-        return mds_lov_write_objids(obd);
-}
-
 struct thandle *mdd_trans_create(const struct lu_env *env,
                                  struct mdd_device *mdd)
 {