From: jacob Date: Wed, 22 Jun 2005 19:00:29 +0000 (+0000) Subject: add changelog X-Git-Tag: v1_7_100~1^25~8^2~17 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=569c02e4abed2065df8a6ae38e3f4a13bb4e8595;p=fs%2Flustre-release.git add changelog --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index b1918f8..91daa54 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -28,6 +28,15 @@ Details : While revalidating inodes the VFS looks up inodes with ifind() when it finds an existing inode and then the VFS later attaches this free lsm to a new inode. +Severity : minor +Frequency : occasional +Description: While starting a server, the fsfilt_ext3 module could not be + loaded. +Details : CFS's improved ext3 filesystem is named ldiskfs for 2.6 + kernels. Previously, lconf would still use the ext3 name + when trying to load modules. Now, it will correctly use + ext3 on 2.4 and ldiskfs on 2.6. + ------------------------------------------------------------------------------ 2005-06-20 Cluster File Systems, Inc.