gfs2: Add fields for statfs info in struct gfs2_log_header_host
authorAbhi Das <adas@redhat.com>
Tue, 20 Oct 2020 20:58:03 +0000 (15:58 -0500)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 20 Oct 2020 21:16:22 +0000 (23:16 +0200)
commit730926982d770dc764b4282aecc82e0039c18f64
tree6f546f6adf8ec7890e79813fc697f2b324321d01
parented3adb375b704662bf36d62d5611f304e2b56c7e
gfs2: Add fields for statfs info in struct gfs2_log_header_host

And read these in __get_log_header() from the log header.
Also make gfs2_statfs_change_out() non-static so it can be used
outside of super.c

Signed-off-by: Abhi Das <adas@redhat.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/incore.h
fs/gfs2/recovery.c
fs/gfs2/super.c
fs/gfs2/super.h