From 4223a07c0b2d1c1563ce7a7fdd01033f635db643 Mon Sep 17 00:00:00 2001
From: adilger <adilger>
Date: Fri, 11 May 2007 20:48:28 +0000
Subject: [PATCH] Branch b1_6 Fix the ext3-nanosecond patch so it applies to
 both ldiskfs and ldiskfs2.

---
 .../patches/ext3-nanosecond-2.6-rhel4.patch               | 8 ++++----
 .../patches/ext3-nanosecond-2.6-rhel4.patch               | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/ldiskfs/kernel_patches/patches/ext3-nanosecond-2.6-rhel4.patch b/ldiskfs/kernel_patches/patches/ext3-nanosecond-2.6-rhel4.patch
index ca9fcfa455..de039fca90 100644
--- a/ldiskfs/kernel_patches/patches/ext3-nanosecond-2.6-rhel4.patch
+++ b/ldiskfs/kernel_patches/patches/ext3-nanosecond-2.6-rhel4.patch
@@ -379,13 +379,13 @@ Index: linux-stage/include/linux/ext3_fs_i.h
 --- linux-stage.orig/include/linux/ext3_fs_i.h
 +++ linux-stage/include/linux/ext3_fs_i.h
 @@ -130,6 +130,7 @@ struct ext3_inode_info {
- 	struct inode vfs_inode;
  
- 	__u32 i_cached_extent[4];
+ 	/* on-disk additional length */
+ 	__u16 i_extra_isize;
 +	struct timespec i_crtime;
  
- 	/* mballoc */
- 	struct list_head i_prealloc_list;
+ 	/*
+ 	 * truncate_sem is for serialising ext3_truncate() against
 Index: linux-stage/include/linux/ext3_fs_sb.h
 ===================================================================
 --- linux-stage.orig/include/linux/ext3_fs_sb.h
diff --git a/lustre/kernel_patches/patches/ext3-nanosecond-2.6-rhel4.patch b/lustre/kernel_patches/patches/ext3-nanosecond-2.6-rhel4.patch
index ca9fcfa455..de039fca90 100644
--- a/lustre/kernel_patches/patches/ext3-nanosecond-2.6-rhel4.patch
+++ b/lustre/kernel_patches/patches/ext3-nanosecond-2.6-rhel4.patch
@@ -379,13 +379,13 @@ Index: linux-stage/include/linux/ext3_fs_i.h
 --- linux-stage.orig/include/linux/ext3_fs_i.h
 +++ linux-stage/include/linux/ext3_fs_i.h
 @@ -130,6 +130,7 @@ struct ext3_inode_info {
- 	struct inode vfs_inode;
  
- 	__u32 i_cached_extent[4];
+ 	/* on-disk additional length */
+ 	__u16 i_extra_isize;
 +	struct timespec i_crtime;
  
- 	/* mballoc */
- 	struct list_head i_prealloc_list;
+ 	/*
+ 	 * truncate_sem is for serialising ext3_truncate() against
 Index: linux-stage/include/linux/ext3_fs_sb.h
 ===================================================================
 --- linux-stage.orig/include/linux/ext3_fs_sb.h
-- 
GitLab