ext4: introduce EXT4_FC_TAG_BASE_LEN helper
authorEric Biggers <ebiggers@kernel.org>
Thu, 5 Jan 2023 07:13:52 +0000 (23:13 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Jan 2023 10:59:04 +0000 (11:59 +0100)
commitffd84d0bc5dcc8f13739ba678bcbd7ac25e14a0c
tree43d4b4b24fed64c2a4539c561a8ab6436f90ad15
parent37914e029bec3cc87c52cdf0384a91ab19cd8b0e
ext4: introduce EXT4_FC_TAG_BASE_LEN helper

From: Ye Bin <yebin10@huawei.com>

commit fdc2a3c75dd8345c5b48718af90bad1a7811bedb upstream.

Introduce EXT4_FC_TAG_BASE_LEN helper for calculate length of
struct ext4_fc_tl.

Signed-off-by: Ye Bin <yebin10@huawei.com>
Link: https://lore.kernel.org/r/20220924075233.2315259-2-yebin10@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/ext4/fast_commit.c
fs/ext4/fast_commit.h