Whamcloud - gitweb
b=21528 lower the message severety
authorVitaly Fertman <Vitaly.Fertman@sun.com>
Mon, 2 Aug 2010 10:45:23 +0000 (14:45 +0400)
committerMikhail Pershin <tappro@sun.com>
Thu, 5 Aug 2010 15:53:19 +0000 (19:53 +0400)
i=johann

lustre/ldlm/ldlm_resource.c

index 29dd758..3fa5d26 100644 (file)
@@ -168,7 +168,8 @@ static int lprocfs_wr_lru_size(struct file *file, const char *buffer,
                         canceled = ldlm_cancel_lru(ns, unused, LDLM_SYNC,
                                                    LDLM_CANCEL_PASSED);
                         if (canceled < unused) {
-                                CERROR("not all requested locks are canceled, "
+                                CDEBUG(D_DLMTRACE,
+                                       "not all requested locks are canceled, "
                                        "requested: %d, canceled: %d\n", unused,
                                        canceled);
                                 return -EINVAL;