Whamcloud - gitweb
LU-16847 ldiskfs: do not copy ldiskfs_chunk_trans_blocks 38/51138/7
authorAlexey Lyashkov <alexey.lyashkov@hpe.com>
Thu, 25 May 2023 07:45:29 +0000 (10:45 +0300)
committerOleg Drokin <green@whamcloud.com>
Sat, 8 Jul 2023 22:33:01 +0000 (22:33 +0000)
commit9e5040a304a995dd4c501c8804da1f768f8c2386
tree27936a09a66f7c396ac008ab1ffd5cd741c7bf35
parent6884b8af231c2c39f60eae44ebbd32e82ca5ca91
LU-16847 ldiskfs: do not copy ldiskfs_chunk_trans_blocks

Do not make a copy of ldiskfs_chunk_trans_blocks() function.
Instead, export existing function from the ldiskfs module.

HPe-bug-id: LUS-11645
Signed-off-by: Alexey Lyashkov <alexey.lyashkov@hpe.com>
Change-Id: Ic5d4a8e82b0284241b0e8e2a167271a6dc6fc297
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/51138
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Andrew Perepechko <andrew.perepechko@hpe.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
18 files changed:
ldiskfs/kernel_patches/patches/linux-5.10/ext4-misc.patch
ldiskfs/kernel_patches/patches/linux-5.16/ext4-misc.patch
ldiskfs/kernel_patches/patches/linux-5.8/ext4-misc.patch
ldiskfs/kernel_patches/patches/oe2203/ext4-misc.patch
ldiskfs/kernel_patches/patches/rhel7.6/ext4-misc.patch
ldiskfs/kernel_patches/patches/rhel7.7/ext4-misc.patch
ldiskfs/kernel_patches/patches/rhel8.1/ext4-misc.patch
ldiskfs/kernel_patches/patches/rhel8.3/ext4-misc.patch
ldiskfs/kernel_patches/patches/rhel8.7/ext4-misc.patch
ldiskfs/kernel_patches/patches/rhel8/ext4-misc.patch
ldiskfs/kernel_patches/patches/sles15sp1/ext4-misc.patch
ldiskfs/kernel_patches/patches/sles15sp4/ext4-misc.patch
ldiskfs/kernel_patches/patches/suse15/ext4-misc.patch
ldiskfs/kernel_patches/patches/ubuntu18/ext4-misc.patch
ldiskfs/kernel_patches/patches/ubuntu19/ext4-misc.patch
ldiskfs/kernel_patches/patches/ubuntu20.04.3/ext4-misc.patch
ldiskfs/kernel_patches/patches/ubuntu2004/ext4-misc.patch
lustre/osd-ldiskfs/osd_io.c