From d61805600b24b42583c8948bca231c7f56ccaee1 Mon Sep 17 00:00:00 2001 From: Jian Yu Date: Mon, 1 May 2023 09:34:58 -0700 Subject: [PATCH] LU-16286 ldiskfs: add ext4_find_delayed_extent patch to more series Add rhel8.4/ext4-optimize-find_delayed_extent.patch to RHEL 8.7 and RHEL 8.8 ldiskfs patch series. Test-Parameters: trivial fstype=ldiskfs \ clientdistro=el8.7 serverdistro=el8.7 testlist=sanity Test-Parameters: trivial fstype=ldiskfs \ clientdistro=el8.8 serverdistro=el8.8 testlist=sanity Change-Id: I9940ed20e0addfcf2c34db955bd6d36844a268df Fixes: 3dd73b5c5d61 ("LU-16286 ldiskfs: reimplement nodelalloc optimization") Signed-off-by: Jian Yu Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/50820 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Li Dongyang Reviewed-by: Oleg Drokin --- ldiskfs/kernel_patches/series/ldiskfs-4.18-rhel8.7.series | 1 + ldiskfs/kernel_patches/series/ldiskfs-4.18-rhel8.8.series | 1 + 2 files changed, 2 insertions(+) diff --git a/ldiskfs/kernel_patches/series/ldiskfs-4.18-rhel8.7.series b/ldiskfs/kernel_patches/series/ldiskfs-4.18-rhel8.7.series index f4e0397..38b97ff 100644 --- a/ldiskfs/kernel_patches/series/ldiskfs-4.18-rhel8.7.series +++ b/ldiskfs/kernel_patches/series/ldiskfs-4.18-rhel8.7.series @@ -32,4 +32,5 @@ rhel8.5/ext4-enc-flag.patch base/ext4-delayed-iput.patch rhel8.7/ext4-filename-encode.patch rhel8/ext4-old_ea_inodes_handling_fix.patch +rhel8.4/ext4-optimize-find_delayed_extent.patch rhel8/ext4-encdata.patch diff --git a/ldiskfs/kernel_patches/series/ldiskfs-4.18-rhel8.8.series b/ldiskfs/kernel_patches/series/ldiskfs-4.18-rhel8.8.series index f4e0397..38b97ff 100644 --- a/ldiskfs/kernel_patches/series/ldiskfs-4.18-rhel8.8.series +++ b/ldiskfs/kernel_patches/series/ldiskfs-4.18-rhel8.8.series @@ -32,4 +32,5 @@ rhel8.5/ext4-enc-flag.patch base/ext4-delayed-iput.patch rhel8.7/ext4-filename-encode.patch rhel8/ext4-old_ea_inodes_handling_fix.patch +rhel8.4/ext4-optimize-find_delayed_extent.patch rhel8/ext4-encdata.patch -- 1.8.3.1