Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176255
b: refs/heads/master
c: efa90a9
h: refs/heads/master
i:
  176253: e442be2
  176251: 06237d0
  176247: b59554b
  176239: 8705813
  176223: 7640d02
  176191: b7bcb66
  176127: a3c9286
v: v3
  • Loading branch information
Hugh Dickins authored and Linus Torvalds committed Dec 15, 2009
1 parent f19a700 commit 5babe88
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 95 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: f29ad6a99b596b8169744d107bf088e8be9e8d0d
refs/heads/master: efa90a981bbc891efad96db2a75b5487e00852ca
7 changes: 4 additions & 3 deletions trunk/include/linux/swap.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,10 @@ enum {
* The in-memory structure used to track swap areas.
*/
struct swap_info_struct {
unsigned long flags;
int prio; /* swap priority */
int next; /* next entry on swap list */
unsigned long flags; /* SWP_USED etc: see above */
signed short prio; /* swap priority of this type */
signed char type; /* strange name for an index */
signed char next; /* next type on the swap list */
struct file *swap_file;
struct block_device *bdev;
struct list_head extent_list;
Expand Down
Loading

0 comments on commit 5babe88

Please sign in to comment.