Whamcloud - gitweb
LU-17232 build: fix ext4-misc for el7.6 server 50/52850/3
authorShaun Tancheff <shaun.tancheff@hpe.com>
Fri, 27 Oct 2023 05:14:52 +0000 (00:14 -0500)
committerOleg Drokin <green@whamcloud.com>
Wed, 8 Nov 2023 22:02:17 +0000 (22:02 +0000)
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 <shaun.tancheff@hpe.com>
Change-Id: I28c3f1cc52af61b8b1b5036cf8c7cbce75b5c895
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/52850
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Andrew Perepechko <andrew.perepechko@hpe.com>
Tested-by: Maloo <maloo@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
ldiskfs/kernel_patches/patches/rhel7.6/ext4-misc.patch

index 3385494..9179435 100644 (file)
@@ -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