]> git.ipfire.org Git - people/ms/linux.git/commit - fs/xfs/xfs_log.h
xfs: separate out log format definitions
authorDave Chinner <dchinner@redhat.com>
Mon, 12 Aug 2013 10:49:22 +0000 (20:49 +1000)
committerBen Myers <bpm@sgi.com>
Mon, 12 Aug 2013 21:03:51 +0000 (16:03 -0500)
commitfc06c6d064dd50f7aa157065ef79216190d75c91
tree014e558cfc5a9c55a795e0988b4e320a0a8f60df
parent7a378c9aeab3782a5f998c17313bc7027cee3454
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>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_log.h
fs/xfs/xfs_log_format.h [new file with mode: 0644]
fs/xfs/xfs_log_priv.h
fs/xfs/xfs_log_recover.c