]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: split out inode log item format definition
authorDave Chinner <dchinner@redhat.com>
Wed, 4 Sep 2013 22:05:21 +0000 (22:05 +0000)
committerRich Johnston <rjohnston@sgi.com>
Mon, 16 Sep 2013 20:14:42 +0000 (15:14 -0500)
commit2d4bfb912240cc3e283f2afdef52a54551eeecbc
tree14e559b99925f203ae2566e7e8c2a68d4007b634
parentcc085d770adb821e1072fa2e403e62505de47799
xfs: split out inode log item format definition

The log item format definitions are shared with userspace. split the
out of header files that contain kernel only defintions to make it
simple to shared them.

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_inode.h
include/xfs_inode_item.h [deleted file]
include/xfs_log_format.h
include/xfs_types.h
libxfs/trans.c