btrfs: add and use helper to get lowest sequence number for the tree mod log
authorFilipe Manana <fdmanana@suse.com>
Thu, 11 Mar 2021 14:31:12 +0000 (14:31 +0000)
committerDavid Sterba <dsterba@suse.com>
Mon, 19 Apr 2021 15:25:17 +0000 (17:25 +0200)
commit4bae788075107efcad1d95aeca9084e40477c6b0
tree4f4cc4ea19dbbf02ce6d87be03849eac1cd3bc9b
parentffe1d039d7ad4ffe53b110065c1c67dca0b9bfb6
btrfs: add and use helper to get lowest sequence number for the tree mod log

There are two places outside the tree mod log module that extract the
lowest sequence number of the tree mod log. These places end up
duplicating code and open coding the logic and internal implementation
details of the tree mod log. So add a helper to the tree mod log module
and header that returns the lowest sequence number or 0 if there aren't
any tree mod log users at the moment.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/delayed-ref.c
fs/btrfs/tree-mod-log.c
fs/btrfs/tree-mod-log.h