From fa17284450688ad8b8d7d3debbbdbf75afcc8a28 Mon Sep 17 00:00:00 2001 From: wangdi Date: Fri, 13 Oct 2006 06:00:04 +0000 Subject: [PATCH] Branch: b_new_cmd miss lmv_obj_put --- lustre/lmv/lmv_obd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/lmv/lmv_obd.c b/lustre/lmv/lmv_obd.c index 7053af1..abe0a6a 100644 --- a/lustre/lmv/lmv_obd.c +++ b/lustre/lmv/lmv_obd.c @@ -774,7 +774,7 @@ static int lmv_placement_policy(struct obd_device *obd, "split, got MDS at "LPU64" by name %s\n", PFID(hint->ph_pfid), *mds, hint->ph_cname->name); - + lmv_obj_put(obj); rc = 0; } else { /* default policy is to use parent MDS */ -- 1.8.3.1