From bee9b6243b8335a1a767019762e2c231f94b46ec Mon Sep 17 00:00:00 2001 From: fanyong Date: Sun, 15 Oct 2006 11:07:05 +0000 Subject: [PATCH] Small fix. --- lustre/mdt/mdt_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.8.3.1