]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xfs: split out on-disk transaction definitions
authorDave Chinner <dchinner@redhat.com>
Mon, 12 Aug 2013 10:49:28 +0000 (20:49 +1000)
committerBen Myers <bpm@sgi.com>
Mon, 12 Aug 2013 21:11:57 +0000 (16:11 -0500)
commit2a3c0acc351baf1e5e584d8d0692f41d5067582c
treee1170f7009b10b864fc67984f3ae45280b8aff8c
parent9cd047f3a3c38f5abf998b781296ff0c834e509f
xfs: split out on-disk transaction definitions

There's a bunch of definitions in xfs_trans.h that define on-disk
formats - transaction headers that get written into the log, log
item type definitions, etc. Split out everything into a separate
file so that all which remains in xfs_trans.h are kernel only
definitions.

Also, remove the duplicate magic number definitions for
XFS_TRANS_MAGIC...

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_format.h
fs/xfs/xfs_trans.c
fs/xfs/xfs_trans.h