From 3eeec0e8faa210bcb04d717d21256343ef569cd2 Mon Sep 17 00:00:00 2001 From: yury Date: Mon, 26 Jun 2006 08:40:58 +0000 Subject: [PATCH] - return back wrong fix in mdd code. Issue was related to need to rebuild all from scratch. --- lustre/mdd/mdd_lov.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/mdd/mdd_lov.c b/lustre/mdd/mdd_lov.c index 0716da6..43b8ce1 100644 --- a/lustre/mdd/mdd_lov.c +++ b/lustre/mdd/mdd_lov.c @@ -336,7 +336,6 @@ out: mdd_lov_fini(ctxt, mdd); return rc; } -EXPORT_SYMBOL(mdd_lov_init); /* update the LOV-OSC knowledge of the last used object id's */ int mdd_lov_set_nextid(struct mdd_device *mdd) -- 1.8.3.1