From 8dcdad8d2b70b986a2581cbf560b289092306f7f Mon Sep 17 00:00:00 2001
From: adilger <adilger>
Date: Tue, 27 Jan 2009 11:17:02 +0000
Subject: [PATCH] Branch HEAD Update ChangeLog to match b_release_1_6_7. Update
 the ldiskfs build version for next release.

---
 ldiskfs/ChangeLog    | 36 ++++++++++++++++++++++++++----------
 ldiskfs/configure.ac |  2 +-
 2 files changed, 27 insertions(+), 11 deletions(-)

diff --git a/ldiskfs/ChangeLog b/ldiskfs/ChangeLog
index 0b7661a7c9..2faad16d74 100644
--- a/ldiskfs/ChangeLog
+++ b/ldiskfs/ChangeLog
@@ -1,14 +1,37 @@
 tbd  Sun Microsystems, Inc.
-	* version 3.0.7
+	* version 3.0.8
 
 Severity   : 
 Bugzilla   : 
 Description: 
 Details    : 
 
-
 -------------------------------------------------------------------------------
+
 2009-01-15  Sun Microsystems, Inc.
+	* version 3.0.7
+
+Severity   : normal
+Bugzilla   : 16498
+Description: Get RAID stripe size from superblock
+Details    : RAID striping parameters are now saved in the superblock itself,
+	     so we should use these parameters instead of having to specify
+	     a mount option each time.
+
+Severity   : major
+Bugzilla   : 16438
+Description: Disable big-endian ldiskfs server support.
+Details    : The ldiskfs code is not tested on big-endian machines, and
+	     there are known compatibility problems in the extents code
+	     when running for most of the kernels.  Print an error message
+	     and refuse to mount, in case anyone tests this.  For existing
+	     filesystems that might have been created in this way it is
+	     possible to mount with the "bigendian_extents" option to
+	     force the mount.
+
+-------------------------------------------------------------------------------
+
+2008-08-31  Sun Microsystems, Inc.
 	* version 3.0.6
 
 Severity   : enhancement
@@ -49,16 +72,9 @@ Details    : FIEMAP ioctl will allow an application to efficiently fetch the
 	     extent information of a file. It can be used to map logical blocks
 	     in a file to physical blocks in the block device.
 
-Severity   : normal
-Bugzilla   : 16498
-Description: Get RAID stripe size from superblock
-Details    : RAID striping parameters are now saved in the superblock itself,
-	     so we should use these parameters instead of having to specify
-	     a mount option each time.
-
 Severity   : normal
 Bugzilla   : 17490
-Description: mkfs.lustre: Unable to mount /dev/cciss/c0d1: Cannot allocate memory
+Description: mkfs.lustre: Unable to mount /dev/cciss/c0d1:Cannot allocate memory
 Details    : correctly handle device paths using a subdirectory in /dev when
 	     creating the per-device procfs directory under /proc/fs/ldiskfs.
 
diff --git a/ldiskfs/configure.ac b/ldiskfs/configure.ac
index a673712903..e7b19c1b77 100644
--- a/ldiskfs/configure.ac
+++ b/ldiskfs/configure.ac
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([Lustre ldiskfs], 3.0.6, [https://bugzilla.lustre.org/])
+AC_INIT([Lustre ldiskfs], 3.0.8, [https://bugzilla.lustre.org/])
 AC_CONFIG_SRCDIR([lustre-ldiskfs.spec.in])
 
 # Don't look for install-sh, etc. in ..
-- 
GitLab