Whamcloud - gitweb
b=10555
authorkalpak <kalpak>
Fri, 31 Aug 2007 09:14:05 +0000 (09:14 +0000)
committerkalpak <kalpak>
Fri, 31 Aug 2007 09:14:05 +0000 (09:14 +0000)
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 [new file with mode: 0644]
ldiskfs/kernel_patches/series/ldiskfs-2.6-suse.series

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 (file)
index 0000000..cd7aab0
--- /dev/null
@@ -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.
index c543c76..802a9bf 100644 (file)
@@ -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