]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_logprint: move the EFI copying/printing functions to a redo items file
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 18 Aug 2016 23:28:41 +0000 (09:28 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 18 Aug 2016 23:28:41 +0000 (09:28 +1000)
commit7079b3db949c6deee650c1d34dff6894160d02d4
treeb2daafc63bd2b10cbb4fa3d1551a2dd61d911c12
parent9e1c66ca9cee17d2cf5adf5850ca2e42212c2b7a
xfs_logprint: move the EFI copying/printing functions to a redo items file

Move the functions that handle EFI items into a separate file to
avoid cluttering up log_misc.c even more when we start adding the
other redo item types.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
logprint/Makefile
logprint/log_misc.c
logprint/log_print_all.c
logprint/log_redo.c [new file with mode: 0644]
logprint/logprint.h