staging: lustre: Coalesce string fragments
[deliverable/linux.git] / drivers / staging / lustre / lustre / ldlm / ldlm_pool.c
index c80c76a6e181bf8ba76a33fd533a1504164e5a2b..0e1ab06d2543a98aed59b7062610e984dc1ba1b8 100644 (file)
@@ -614,8 +614,8 @@ int ldlm_pool_shrink(struct ldlm_pool *pl, int nr,
                        lprocfs_counter_add(pl->pl_stats,
                                            LDLM_POOL_SHRINK_FREED_STAT,
                                            cancel);
-                       CDEBUG(D_DLMTRACE, "%s: request to shrink %d locks, "
-                              "shrunk %d\n", pl->pl_name, nr, cancel);
+                       CDEBUG(D_DLMTRACE, "%s: request to shrink %d locks, shrunk %d\n",
+                              pl->pl_name, nr, cancel);
                }
        }
        return cancel;
@@ -1194,10 +1194,8 @@ int ldlm_pools_recalc(ldlm_side_t client)
                 * of limit.
                 */
                if (nr_l >= 2 * (LDLM_POOL_HOST_L / 3)) {
-                       CWARN("\"Modest\" pools eat out 2/3 of server locks "
-                             "limit (%d of %lu). This means that you have too "
-                             "many clients for this amount of server RAM. "
-                             "Upgrade server!\n", nr_l, LDLM_POOL_HOST_L);
+                       CWARN("\"Modest\" pools eat out 2/3 of server locks limit (%d of %lu). This means that you have too many clients for this amount of server RAM. Upgrade server!\n",
+                             nr_l, LDLM_POOL_HOST_L);
                        equal = 1;
                }
 
This page took 0.0252 seconds and 5 git commands to generate.