From 9d8161eb3b64eaab18bde4eaee85cd6376f372b9 Mon Sep 17 00:00:00 2001 From: wangdi <wangdi> Date: Wed, 8 Aug 2007 20:02:08 +0000 Subject: [PATCH] Branch b1_6 Oops, fix tab and space mix in the last commit. --- lustre/ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 8cad5bd9e9..ea3492c81a 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. -------------------------------------------------------------------------------- -- GitLab