From eac7f8b9ce50d9061d27995c8a6456aaf660692c Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Mon, 27 Aug 2012 13:48:48 +0300 Subject: [PATCH] --- yaml --- r: 329052 b: refs/heads/master c: 43457c60c8314835412848a9df25d4ba2f49f0ed h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ubifs/commit.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c421fd18c3b1..350e83071a81 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e2441b43190efe0c1e156455b35397ac5efd2610 +refs/heads/master: 43457c60c8314835412848a9df25d4ba2f49f0ed diff --git a/trunk/fs/ubifs/commit.c b/trunk/fs/ubifs/commit.c index 8eda717cb99b..a054cafd614b 100644 --- a/trunk/fs/ubifs/commit.c +++ b/trunk/fs/ubifs/commit.c @@ -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); }; /**