]> www.infradead.org Git - users/hch/xfsprogs.git/commit
libxfs: move log functions for convenience
authorDarrick J. Wong <darrick.wong@oracle.com>
Sun, 1 Mar 2020 17:34:10 +0000 (12:34 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Sun, 1 Mar 2020 17:34:10 +0000 (12:34 -0500)
commitc92c796e1b6a5e57161378d8e05948197cd9c76e
tree9c86edf839b19f2bd00d8285611f2e4fa9f1c7a6
parent745b7e18fbd887f00d777c5f0ae08444f493b667
libxfs: move log functions for convenience

Move libxfs_log_clear and libxfs_log_header to the bottom of the file so
that we avoid having to create advance declarations of static functions
in the next patch.  No functional changes.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/rdwr.c