]> git.baikalelectronics.ru Git - kernel.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)
commit15548a8c188590e78a225c03dd2f7a15c145eba8
treee1170f7009b10b864fc67984f3ae45280b8aff8c
parenteb5f2079215f5ff4f41d7092d34a5d9558bc8f03
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