From: James Simmons Date: Fri, 9 Aug 2024 17:01:08 +0000 (-0600) Subject: LU-18080 ldiskfs: support NO_CHECKS for Ubunutu and SuSE15 X-Git-Tag: 2.15.90~67 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F85%2F55985%2F2;p=fs%2Flustre-release.git LU-18080 ldiskfs: support NO_CHECKS for Ubunutu and SuSE15 Backport the special NO_CHECKS flag for Ubuntu and SuSE15 that was missing. Without it you get the build error: osd_scrub.c:656:42: error: ‘LDISKFS_IGET_NO_CHECKS’ undeclared ... Also add ext4-filename-encode.patch for Ubuntu 20.04. Test-Parameters: trivial Signed-off-by: James Simmons Change-Id: I1022b0f4a1b5ee818596ca3aece3f886a5721d25 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55985 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Shaun Tancheff Reviewed-by: Oleg Drokin --- diff --git a/ldiskfs/kernel_patches/series/ldiskfs-5.14.21-sles15sp4.series b/ldiskfs/kernel_patches/series/ldiskfs-5.14.21-sles15sp4.series index bdde820..93bb8e3 100644 --- a/ldiskfs/kernel_patches/series/ldiskfs-5.14.21-sles15sp4.series +++ b/ldiskfs/kernel_patches/series/ldiskfs-5.14.21-sles15sp4.series @@ -33,3 +33,4 @@ linux-5.10/ext4-fiemap-kernel-data.patch rhel8/ext4-old_ea_inodes_handling_fix.patch linux-5.14/ext4-enc-flag.patch rhel9/ext4-add-periodic-superblock-update.patch +rhel9.4/ext4-add-IGET_NO_CHECKS-flag.patch diff --git a/ldiskfs/kernel_patches/series/ldiskfs-5.14.21-sles15sp5.series b/ldiskfs/kernel_patches/series/ldiskfs-5.14.21-sles15sp5.series index ce47baf..ae47ef0 100644 --- a/ldiskfs/kernel_patches/series/ldiskfs-5.14.21-sles15sp5.series +++ b/ldiskfs/kernel_patches/series/ldiskfs-5.14.21-sles15sp5.series @@ -33,3 +33,4 @@ linux-5.10/ext4-fiemap-kernel-data.patch rhel8/ext4-old_ea_inodes_handling_fix.patch linux-5.14/ext4-enc-flag.patch rhel9/ext4-add-periodic-superblock-update.patch +rhel9.4/ext4-add-IGET_NO_CHECKS-flag.patch diff --git a/ldiskfs/kernel_patches/series/ldiskfs-5.19.0-35-ubuntu.series b/ldiskfs/kernel_patches/series/ldiskfs-5.19.0-35-ubuntu.series index c4af50d..66b4a60 100644 --- a/ldiskfs/kernel_patches/series/ldiskfs-5.19.0-35-ubuntu.series +++ b/ldiskfs/kernel_patches/series/ldiskfs-5.19.0-35-ubuntu.series @@ -36,3 +36,4 @@ ubuntu20.04.5/ext4-filename-encode.patch rhel9.1/ext4-enc-flag.patch rhel9.2/ext4-encdata.patch rhel9/ext4-add-periodic-superblock-update.patch +rhel9.4/ext4-add-IGET_NO_CHECKS-flag.patch diff --git a/ldiskfs/kernel_patches/series/ldiskfs-5.8.0-53-ubuntu20.series b/ldiskfs/kernel_patches/series/ldiskfs-5.8.0-53-ubuntu20.series index 1099df1..47e9d35 100644 --- a/ldiskfs/kernel_patches/series/ldiskfs-5.8.0-53-ubuntu20.series +++ b/ldiskfs/kernel_patches/series/ldiskfs-5.8.0-53-ubuntu20.series @@ -33,3 +33,4 @@ linux-5.8/ext4-enc-flag.patch base/ext4-delayed-iput.patch rhel8/ext4-old_ea_inodes_handling_fix.patch rhel8/ext4-encdata.patch +ubuntu2004/ext4-filename-encode.patch diff --git a/ldiskfs/kernel_patches/series/ldiskfs-5.8.0-63-ubuntu20.series b/ldiskfs/kernel_patches/series/ldiskfs-5.8.0-63-ubuntu20.series index cbccba0..f654845 100644 --- a/ldiskfs/kernel_patches/series/ldiskfs-5.8.0-63-ubuntu20.series +++ b/ldiskfs/kernel_patches/series/ldiskfs-5.8.0-63-ubuntu20.series @@ -33,3 +33,4 @@ linux-5.8/ext4-enc-flag.patch base/ext4-delayed-iput.patch rhel8/ext4-old_ea_inodes_handling_fix.patch rhel8/ext4-encdata.patch +ubuntu2004/ext4-filename-encode.patch