Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317251
b: refs/heads/master
c: 80677c2
h: refs/heads/master
i:
  317249: d0cffd9
  317247: fb5d0a5
v: v3
  • Loading branch information
Sam Hansen authored and Greg Kroah-Hartman committed Jun 11, 2012
1 parent f56b216 commit e7b7e5e
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: 94b8435ff4d46dde75173da45564b0d65889dc64
refs/heads/master: 80677c2538283678c7b2ef7ebbd653a3fa54d086
2 changes: 1 addition & 1 deletion trunk/drivers/staging/zram/zram_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ struct table {
u16 size; /* object size (excluding header) */
u8 count; /* object ref count (not yet used) */
u8 flags;
} __attribute__((aligned(4)));
} __aligned(4);

struct zram_stats {
u64 compr_size; /* compressed size of pages stored */
Expand Down

0 comments on commit e7b7e5e

Please sign in to comment.