From 1c196ca8bbd5529db832d168ea1373bac33075f1 Mon Sep 17 00:00:00 2001 From: Jian Yu Date: Mon, 10 Jun 2024 11:06:53 -0700 Subject: [PATCH] LU-17402 kernel: update dotdot patch path for RHEL 8.10 After commit 0536b2a landed, the patch path for ext4-hash-indexed-dir-dotdot-update.patch was changed from ubuntu18/ to rhel8.7/. Test-Parameters: trivial fstype=ldiskfs mdtcount=4 mdscount=2 \ clientdistro=el8.10 serverdistro=el8.10 testlist=sanity Test-Parameters: optional clientdistro=el8.10 serverdistro=el8.10 \ testgroup=full-part-1 Test-Parameters: optional clientdistro=el8.10 serverdistro=el8.10 \ testgroup=full-part-2 Test-Parameters: optional clientdistro=el8.10 serverdistro=el8.10 \ testgroup=full-part-3 Change-Id: I323fe06cfd125ad57959782bb33a2af81b705788 Fixes: 0536b2a ("LU-17711 osd-ldiskfs: do not delete dotdot during rename") Signed-off-by: Jian Yu --- ldiskfs/kernel_patches/series/ldiskfs-4.18-rhel8.10.series | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldiskfs/kernel_patches/series/ldiskfs-4.18-rhel8.10.series b/ldiskfs/kernel_patches/series/ldiskfs-4.18-rhel8.10.series index 6630dd5..e07994d 100644 --- a/ldiskfs/kernel_patches/series/ldiskfs-4.18-rhel8.10.series +++ b/ldiskfs/kernel_patches/series/ldiskfs-4.18-rhel8.10.series @@ -5,7 +5,7 @@ rhel8/ext4-prealloc.patch ubuntu18/ext4-osd-iop-common.patch rhel8.7/ext4-misc.patch rhel8.7/ext4-mballoc-extra-checks.patch -ubuntu18/ext4-hash-indexed-dir-dotdot-update.patch +rhel8.7/ext4-hash-indexed-dir-dotdot-update.patch rhel8.1/ext4-kill-dx-root.patch rhel8.7/ext4-mballoc-pa-free-mismatch.patch rhel8.4/ext4-data-in-dirent.patch -- 1.8.3.1