From a5a8589d0108f295531d7db1c05dca8663be3cf8 Mon Sep 17 00:00:00 2001 From: kalpak Date: Fri, 31 Aug 2007 09:14:05 +0000 Subject: [PATCH] b=10555 fiemap patch was added for all kernels except sles9 and hence it requires a stub patch to add a fiemap.h file. A similar stub file was added with the uninit groups patch. --- ldiskfs/kernel_patches/patches/ext3-fiemap-stub-suse.patch | 7 +++++++ ldiskfs/kernel_patches/series/ldiskfs-2.6-suse.series | 1 + 2 files changed, 8 insertions(+) create mode 100644 ldiskfs/kernel_patches/patches/ext3-fiemap-stub-suse.patch diff --git a/ldiskfs/kernel_patches/patches/ext3-fiemap-stub-suse.patch b/ldiskfs/kernel_patches/patches/ext3-fiemap-stub-suse.patch new file mode 100644 index 0000000..cd7aab0 --- /dev/null +++ b/ldiskfs/kernel_patches/patches/ext3-fiemap-stub-suse.patch @@ -0,0 +1,7 @@ +Index: linux-2.6.5-7.286/fs/ext3/fiemap.h +=================================================================== +--- /dev/null ++++ linux-2.6.5-7.286/fs/ext3/fiemap.h +@@ -0,0 +1,2 @@ ++Compilation of lustre is failing with 2.6.5-suse kernel due to absence of ++fiemap.h file which is being added by the fiemap patches in other kernels. diff --git a/ldiskfs/kernel_patches/series/ldiskfs-2.6-suse.series b/ldiskfs/kernel_patches/series/ldiskfs-2.6-suse.series index c543c76..802a9bf 100644 --- a/ldiskfs/kernel_patches/series/ldiskfs-2.6-suse.series +++ b/ldiskfs/kernel_patches/series/ldiskfs-2.6-suse.series @@ -20,3 +20,4 @@ ext3-sector_t-overflow-2.6.5-suse.patch ext3-check-jbd-errors-2.6.5.patch ext3-uninit-2.6-suse.patch ext3-nanosecond-2.6-suse.patch +ext3-fiemap-stub-suse.patch -- 1.8.3.1