From f4c110eb35d10dd29415f6aa7814ea8b40e16926 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 4 Sep 2005 22:23:38 +0000 Subject: [PATCH] - mds_postrecov_common() can return number of cleaned orphans as a success --- lustre/mds/handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/mds/handler.c b/lustre/mds/handler.c index 2e59dab..5630fe9 100644 --- a/lustre/mds/handler.c +++ b/lustre/mds/handler.c @@ -3875,7 +3875,7 @@ int mds_postrecov(struct obd_device *obd) int rc; ENTRY; rc = mds_postrecov_common(obd); - if (rc == 0) + if (rc => 0) rc = mds_md_reconnect(obd); RETURN(rc); } -- 1.8.3.1