commit | 533b81c875589ad0a2fc116991534b4601195253 | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Thu Feb 27 15:15:27 2014 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Thu Feb 27 15:15:27 2014 +1100 |
tree | 8a8098e03198f28d448bf789f36832970e5255e2 | |
parent | e0d2c23a253149b4f8a6100f94ca62ddc4b2ae84 [diff] |
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 <sandeen@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>