Your tree only compiles with a few new warnings for me: fs/xfs/xfs_reflink.c: In function ‘xfs_reflink_recover_cow_ag’: fs/xfs/xfs_reflink.c:839:8: warning: missing braces around initializer [-Wmissing-braces] union xfs_btree_irec low = {0}; ^ s/xfs/xfs_reflink.c:839:8: warning: (near initialization for ‘low.a’) [-Wmissing-braces] fs/xfs/xfs_reflink.c:840:8: warning: missing braces around initializer [-Wmissing-braces] union xfs_btree_irec high = {0}; ^ fs/xfs/xfs_reflink.c:840:8: warning: (near initialization for ‘high.a’) [-Wmissing-braces] -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html