From: Dave Chinner Date: Wed, 3 Apr 2013 05:11:20 +0000 (+1100) Subject: xfs: add CRC checks to block format directory blocks X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~58^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5f3d9b0161633e8943520e83df634ad540b3b7f;p=pandora-kernel.git xfs: add CRC checks to block format directory blocks Now that directory buffers are made from a single struct xfs_buf, we can add CRC calculation and checking callbacks. While there, add all the fields to the on disk structures for future functionality such as d_type support, uuids, block numbers, owner inode, etc. To distinguish between the different on disk formats, change the magic numbers for the new format directory blocks. Signed-off-by: Dave Chinner Reviewed-by: Ben Myers Signed-off-by: Ben Myers --- Reading git-diff-tree failed