]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - libxlog/xfs_log_recover.c
xfs: separate out log format definitions
authorDave Chinner <dchinner@redhat.com>
Wed, 4 Sep 2013 22:05:20 +0000 (22:05 +0000)
committerRich Johnston <rjohnston@sgi.com>
Mon, 16 Sep 2013 20:14:41 +0000 (15:14 -0500)
commitcc085d770adb821e1072fa2e403e62505de47799
tree5d922165d7e6ba8477079e0c5b7a586ce972ecc8
parent88b6684366b876c3b8cbcefbec80240cb619c83e
xfs: separate out log format definitions

The on-disk format definitions for the log are spread randoms
through a couple of header files. Consolidate it all in a single
file that can be shared easily with userspace. This means that
xfs_log.h and xfs_log_priv.h no longer need to be shared with
userspace.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Review-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
include/Makefile
include/libxfs.h
include/libxlog.h
include/xfs_log.h [deleted file]
include/xfs_log_format.h [new file with mode: 0644]
include/xfs_log_priv.h [deleted file]
libxfs/rdwr.c
libxlog/xfs_log_recover.c