mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 17:51:57 +09:00
staging: lustre: fix messages with missing newlines
Restore the trailing newline in the definition of OSC_DUMP_GRANT(). Remove an unnecessary CDEBUG() from ldlm_pool_recalc(). Signed-off-by: John L. Hammond <john.hammond@intel.com> Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5551 Reviewed-on: http://review.whamcloud.com/11996 Reviewed-by: James Nunez <james.a.nunez@intel.com> Reviewed-by: Andreas Dilger <andreas.dilger@intel.com> Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
78e674e679
commit
9ca6fb12f3
@@ -385,10 +385,6 @@ static int ldlm_pool_recalc(struct ldlm_pool *pl)
|
||||
pl->pl_recalc_period;
|
||||
if (recalc_interval_sec <= 0) {
|
||||
/* Prevent too frequent recalculation. */
|
||||
CDEBUG(D_DLMTRACE,
|
||||
"Negative interval(%d), too short period(%lld)",
|
||||
recalc_interval_sec,
|
||||
(s64)pl->pl_recalc_period);
|
||||
recalc_interval_sec = 1;
|
||||
}
|
||||
|
||||
|
||||
@@ -1385,7 +1385,7 @@ static int osc_completion(const struct lu_env *env, struct osc_async_page *oap,
|
||||
struct client_obd *__tmp = (cli); \
|
||||
CDEBUG(lvl, "%s: grant { dirty: %ld/%ld dirty_pages: %ld/%lu " \
|
||||
"dropped: %ld avail: %ld, reserved: %ld, flight: %d }" \
|
||||
"lru {in list: %ld, left: %ld, waiters: %d }" fmt, \
|
||||
"lru {in list: %ld, left: %ld, waiters: %d }" fmt "\n", \
|
||||
__tmp->cl_import->imp_obd->obd_name, \
|
||||
__tmp->cl_dirty_pages, __tmp->cl_dirty_max_pages, \
|
||||
atomic_long_read(&obd_dirty_pages), obd_max_dirty_pages, \
|
||||
|
||||
Reference in New Issue
Block a user