From 32017a89fed7fbbae6664d33dbbe254a0643ae55 Mon Sep 17 00:00:00 2001 From: nikita Date: Wed, 12 Oct 2005 10:59:38 +0000 Subject: [PATCH] typo fix. --- lustre/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 88bad11..542d3f5 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -179,7 +179,7 @@ Frequency : rare Bugzilla : 5047 Description: data loss during concurrent not-page-aligned writes. Details : updates to KMS and lsm weren't protected by common lock. Resulting - inconsistency leds to false short-reads, that were cached and later + inconsistency led to false short-reads, that were cached and later used by ->prepare_write() to fill in partially written page, leading to data loss. -- 1.8.3.1