gfs2: move check_journal_clean to util.c for future use
authorBob Peterson <rpeterso@redhat.com>
Mon, 18 Feb 2019 15:37:25 +0000 (08:37 -0700)
committerBob Peterson <rpeterso@redhat.com>
Mon, 10 Feb 2020 13:39:51 +0000 (07:39 -0600)
commit0d91061a372671aec1af729686ad9241a59fc328
tree1d380e5c0a7c428fdf16b5f6f184c780f3f2df5e
parent03678a99d13831b938fdc9d81b5a7608fc6ef416
gfs2: move check_journal_clean to util.c for future use

Before this patch function check_journal_clean was in ops_fstype.c.
This patch moves it to util.c so we can make use of it elsewhere
in a future patch.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Reviewed-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/ops_fstype.c
fs/gfs2/util.c
fs/gfs2/util.h