From: tappro Date: Wed, 14 Sep 2005 06:51:54 +0000 (+0000) Subject: b=8654 X-Git-Tag: v1_7_100~707 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a874a3d7b1feb3e9c82728494d68fc2400ff08f5;p=fs%2Flustre-release.git b=8654 LLOG_PROC_BREAK is valid result so set rc = 0; --- 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;