From: Dave Chinner Date: Mon, 12 Aug 2013 10:49:22 +0000 (+1000) Subject: xfs: separate out log format definitions X-Git-Tag: v3.12-rc1~80^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc06c6d064dd50f7aa157065ef79216190d75c91;p=pandora-kernel.git 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 Reviewed-by: Brian Foster Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- Reading git-diff-tree failed