Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329052
b: refs/heads/master
c: 43457c6
h: refs/heads/master
v: v3
  • Loading branch information
Artem Bityutskiy committed Aug 31, 2012
1 parent 246a007 commit eac7f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e2441b43190efe0c1e156455b35397ac5efd2610
refs/heads/master: 43457c60c8314835412848a9df25d4ba2f49f0ed
2 changes: 1 addition & 1 deletion trunk/fs/ubifs/commit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
};

/**
Expand Down

0 comments on commit eac7f8b

Please sign in to comment.