]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: separate icreate log format definitions from xfs_icreate_item.h
authorDave Chinner <dchinner@redhat.com>
Wed, 4 Sep 2013 22:05:25 +0000 (22:05 +0000)
committerRich Johnston <rjohnston@sgi.com>
Mon, 16 Sep 2013 20:14:42 +0000 (15:14 -0500)
commit19965023f6c098d5816b5730b4dc59d2888883a1
tree84ec4b0b20e747f012e2889e318b82d2a54056a3
parentdcbc51dfa972c9d79a51e9aa224ef83b00a629f9
xfs: separate icreate log format definitions from xfs_icreate_item.h

The on disk log format definitions for the icreate log item are
intertwined with the kernel-only in-memory log item definitions.
Separate the log format definitions out into their own header file
so they can easily 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_icreate_item.h [deleted file]
include/xfs_log_format.h