From: Eric Sandeen Date: Thu, 27 Feb 2014 04:15:27 +0000 (+1100) Subject: xfs: Use defines for CRC offsets in all cases X-Git-Tag: v3.15-rc1~90^2~3^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=533b81c875589ad0a2fc116991534b4601195253;p=pandora-kernel.git xfs: Use defines for CRC offsets in all cases Some calls to crc functions used useful #defines, others used awkward offsetof() constructs. Switch them all to #define to make things a bit cleaner. Signed-off-by: Eric Sandeen Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- Reading git-diff-tree failed