From: Dave Chinner Date: Mon, 2 Sep 2013 00:32:00 +0000 (+1000) Subject: xfs: set remote symlink buffer type for recovery X-Git-Tag: v3.12-rc1~22^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daf7b799a944d28a50caaa512011f5a0eb5a4076;p=pandora-kernel.git xfs: set remote symlink buffer type for recovery The logging of a remote symlink block does not set the buffer type being logged, and hence on recovery the type of buffer is not recognised and hence CRCs are not calculated after replay. This results in log recoery throwing: XFS (vdc): Unknown buffer type 0 errors, and subsequent reads of the symlink failing CRC verification. Found via fsstress + godown. Reported by: Michael L. Semon Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Signed-off-by: Ben Myers --- Reading git-diff-tree failed