From: Dave Chinner Date: Wed, 3 Apr 2013 05:11:19 +0000 (+1100) Subject: xfs: add CRC checks to remote symlinks X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~58^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f948dd76dde021c050c7c35720dc066a8b9a5e35;p=pandora-kernel.git xfs: add CRC checks to remote symlinks Add a header to the remote symlink block, containing location and owner information, as well as CRCs and LSN fields. This requires verifiers to be added to the remote symlink buffers for CRC enabled filesystems. This also fixes a bug reading multiple block symlinks, where the second block overwrites the first block when copying out the link name. Signed-off-by: Dave Chinner Reviewed-by: Ben Myers Signed-off-by: Ben Myers --- Reading git-diff-tree failed