From: Dave Chinner Date: Sun, 19 May 2013 23:51:14 +0000 (+1000) Subject: xfs: xfs_attr_shortform_allfit() does not handle attr3 format. X-Git-Tag: v3.11-rc1~71^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b38958d715316031fe9ea0cc6c22043072a55f49;p=pandora-kernel.git xfs: xfs_attr_shortform_allfit() does not handle attr3 format. xfstests generic/117 fails with: XFS: Assertion failed: leaf->hdr.info.magic == cpu_to_be16(XFS_ATTR_LEAF_MAGIC) indicating a function that does not handle the attr3 format correctly. Fix it. Signed-off-by: Dave Chinner Reviewed-by: Ben Myers Signed-off-by: Ben Myers --- Reading git-diff-tree failed