From 05c97b10960a231678645cf63e2f86741a3fcf95 Mon Sep 17 00:00:00 2001 From: Shaun Tancheff Date: Fri, 27 Oct 2023 00:14:52 -0500 Subject: [PATCH] LU-17232 build: fix ext4-misc for el7.6 server rhel7.6/ext4-misc.patch was partially updated however the intended addition of: +EXPORT_SYMBOL(ext4_chunk_trans_blocks); is not present. Test-Parameters: trivial HPE-bug-id: LUS-11954 Fixes: 9e5040a304 ("LU-16847 ldiskfs: do not copy ldiskfs_chunk_trans_blocks") Signed-off-by: Shaun Tancheff Change-Id: I28c3f1cc52af61b8b1b5036cf8c7cbce75b5c895 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/52850 Reviewed-by: Jian Yu Reviewed-by: Oleg Drokin Reviewed-by: Andrew Perepechko Tested-by: Maloo Tested-by: jenkins --- ldiskfs/kernel_patches/patches/rhel7.6/ext4-misc.patch | 1 + 1 file changed, 1 insertion(+) diff --git a/ldiskfs/kernel_patches/patches/rhel7.6/ext4-misc.patch b/ldiskfs/kernel_patches/patches/rhel7.6/ext4-misc.patch index 3385494..9179435 100644 --- a/ldiskfs/kernel_patches/patches/rhel7.6/ext4-misc.patch +++ b/ldiskfs/kernel_patches/patches/rhel7.6/ext4-misc.patch @@ -119,6 +119,7 @@ Index: linux-3.10.0-123.13.2.el7.x86_64/fs/ext4/inode.c +EXPORT_SYMBOL(__ext4_std_error); +EXPORT_SYMBOL(ext4fs_dirhash); +EXPORT_SYMBOL(ext4_get_inode_loc); ++EXPORT_SYMBOL(ext4_chunk_trans_blocks); Index: linux-3.10.0-123.13.2.el7.x86_64/fs/ext4/mballoc.c =================================================================== --- linux-3.10.0-123.13.2.el7.x86_64.orig/fs/ext4/mballoc.c -- 1.8.3.1