From 799399338f5812dc16b4281b96bfd56c8adb3266 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 21 Feb 2006 23:43:54 +0000 Subject: [PATCH] Branch b1_4_mountconf b=8007 going after the memory leaks: 1. problems with the llog_finish / reinitialize in mds_lov_add_ost - the pair must be atomic in case someone else is adding the cleanup doesn't clean up as much as the setup sets up. This is falloout --- lustre/lov/lov_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/lov/lov_log.c b/lustre/lov/lov_log.c index 715b4b8..683b744 100644 --- a/lustre/lov/lov_log.c +++ b/lustre/lov/lov_log.c @@ -207,7 +207,7 @@ int lov_llog_init(struct obd_device *obd, struct obd_device *tgt, child = ctgt->ltd_exp->exp_obd; rc = obd_llog_init(child, tgt, 1, logid + i); if (rc) { - CERROR("error osc_llog_init %d\n", i); + CERROR("error osc_llog_init %d (%d)\n", i, rc); break; } } -- 1.8.3.1