From a874a3d7b1feb3e9c82728494d68fc2400ff08f5 Mon Sep 17 00:00:00 2001 From: tappro Date: Wed, 14 Sep 2005 06:51:54 +0000 Subject: [PATCH] b=8654 LLOG_PROC_BREAK is valid result so set rc = 0; --- lustre/mds/mds_audit_path.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/mds/mds_audit_path.c b/lustre/mds/mds_audit_path.c index 8b4b2f8..0a7a9ab 100644 --- a/lustre/mds/mds_audit_path.c +++ b/lustre/mds/mds_audit_path.c @@ -450,6 +450,8 @@ local_scan_audit_log(struct obd_device *obd, struct parseid_pkg *pkg) if (rc != LLOG_PROC_BREAK) { CWARN("process catalog log failed: rc(%d)\n", rc); rc = -ENOENT; + } else { + rc = 0; } out: pkg->pp_rc = rc; -- 1.8.3.1