]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd0cf2e4659109e63901a074a2b44a1851d5fbaf4
tree4f4cc4ea19dbbf02ce6d87be03849eac1cd3bc9b
parent08d440159855e0d4ae35b1c3b834ea6f4e488d66
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