提交 43457c60 编写于 作者: A Artem Bityutskiy

UBIFS: use __aligned() attribute

.. instead of __attribute__((aligned())).
Signed-off-by: NArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
上级 e2441b43
...@@ -514,7 +514,7 @@ struct idx_node { ...@@ -514,7 +514,7 @@ struct idx_node {
struct list_head list; struct list_head list;
int iip; int iip;
union ubifs_key upper_key; union ubifs_key upper_key;
struct ubifs_idx_node idx __attribute__((aligned(8))); struct ubifs_idx_node idx __aligned(8);
}; };
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册