From 5506890434264849ea1b66c2bceb7d09a763e1b1 Mon Sep 17 00:00:00 2001 From: phil Date: Tue, 9 Sep 2003 01:51:07 +0000 Subject: [PATCH] - export llog_cat_put - disable the get/put_catalog bits, until they're a little more cooked --- lustre/obdclass/llog_cat.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lustre/obdclass/llog_cat.c b/lustre/obdclass/llog_cat.c index 2a03020..f28c769 100644 --- a/lustre/obdclass/llog_cat.c +++ b/lustre/obdclass/llog_cat.c @@ -157,6 +157,7 @@ void llog_cat_put(struct llog_handle *cathandle) llog_close(cathandle); EXIT; } +EXPORT_SYMBOL(llog_cat_put); /* Return the currently active log handle. If the current log handle doesn't * have enough space left for the current record, start a new one. @@ -315,7 +316,4 @@ write_hdr: } EXPORT_SYMBOL(llog_cat_init); - - - #endif -- 1.8.3.1