From: Christoph Hellwig Date: Fri, 28 Nov 2008 03:23:38 +0000 (+1100) Subject: [XFS] sanitize xlog_in_core_t definition X-Git-Tag: v2.6.29-rc1~552^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b28708d6a0a3ed65a68f0dcd8e6d1c09f14e5cf3;p=pandora-kernel.git [XFS] sanitize xlog_in_core_t definition Move all fields from xlog_iclog_fields_t into xlog_in_core_t instead of having them in a substructure and the using #defines to make it look like they were directly in xlog_in_core_t. Also document that xlog_in_core_2_t is grossly misnamed, and make all references to it typesafe. (First sent on Semptember 15th) Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Niv Sardi --- Reading git-diff-tree failed