dect
/
linux-2.6
Archived
13
0
Fork 0

UBIFS: use __aligned() attribute

.. instead of __attribute__((aligned())).

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
This commit is contained in:
Artem Bityutskiy 2012-08-27 13:48:48 +03:00
parent e2441b4319
commit 43457c60c8
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ struct idx_node {
struct list_head list;
int iip;
union ubifs_key upper_key;
struct ubifs_idx_node idx __attribute__((aligned(8)));
struct ubifs_idx_node idx __aligned(8);
};
/**