Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28907
b: refs/heads/master
c: e8f03d0
h: refs/heads/master
i:
  28905: f2c4a1f
  28903: 5cb9c74
v: v3
  • Loading branch information
Andreas Dilger authored and Linus Torvalds committed Jun 23, 2006
1 parent 9089259 commit 433e990
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 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: 6937a25cff818d32d0f9ff58a518c9ab96760aeb
refs/heads/master: e8f03d02080b25f53cd6bba8dc3a297803f18c01
14 changes: 8 additions & 6 deletions trunk/include/linux/swap.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,14 @@ union swap_header {
char magic[10]; /* SWAP-SPACE or SWAPSPACE2 */
} magic;
struct {
char bootbits[1024]; /* Space for disklabel etc. */
unsigned int version;
unsigned int last_page;
unsigned int nr_badpages;
unsigned int padding[125];
unsigned int badpages[1];
char bootbits[1024]; /* Space for disklabel etc. */
__u32 version;
__u32 last_page;
__u32 nr_badpages;
unsigned char sws_uuid[16];
unsigned char sws_volume[16];
__u32 padding[117];
__u32 badpages[1];
} info;
};

Expand Down

0 comments on commit 433e990

Please sign in to comment.