commit | cf257abf02709dba3cc745d950f144ce49432b4f | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Mon May 20 09:51:14 2013 +1000 |
committer | Ben Myers <bpm@sgi.com> | Fri May 24 16:29:56 2013 -0500 |
tree | 0f4a99c719be780ba023094459df39c5240a00bb | |
parent | 7ced60cae46cb37273a03c196e6f473b089bd8e1 [diff] |
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 <dchinner@redhat.com> Reviewed-by: Ben Myers <bpm@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com> (cherry picked from commit b38958d715316031fe9ea0cc6c22043072a55f49)