From: fanyong Date: Sun, 15 Oct 2006 11:07:05 +0000 (+0000) Subject: Small fix. X-Git-Tag: v1_8_0_110~486^2~516 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=bee9b6243b8335a1a767019762e2c231f94b46ec;p=fs%2Flustre-release.git Small fix. --- diff --git a/lustre/mdt/mdt_handler.c b/lustre/mdt/mdt_handler.c index 6414f5f..9fb35f4 100644 --- a/lustre/mdt/mdt_handler.c +++ b/lustre/mdt/mdt_handler.c @@ -3312,7 +3312,7 @@ static int mdt_init0(const struct lu_env *env, struct mdt_device *m, obd->obd_lvfs_ctxt.pwd = mnt->mnt_root; obd->obd_lvfs_ctxt.fs = get_ds(); - server_put_mount_2(dev, lmi->lmi_mnt); + server_put_mount_2(dev, mnt); } spin_lock_init(&m->mdt_ioepoch_lock);