diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 8cad5bd9e9412f9dbedad04665327df92302707d..ea3492c81a36b04e2e240573375337873c25c7bf 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -741,11 +741,11 @@ Severity : normal Frequency : oss recovery Bugzilla : 10800 Description: llog_commit_thread cleanup should sync with llog_commit_thread - start + start Details : llog_commit_thread_count should be synced between llog_commit - start and cleanup, so new llog_commit thread should not be started - when llog_commit threads being stopped to avoid accessing some - freed stuff. + start and cleanup, so new llog_commit thread should not be started + when llog_commit threads being stopped to avoid accessing some + freed stuff. --------------------------------------------------------------------------------