Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336747
b: refs/heads/master
c: 8316bd7
h: refs/heads/master
i:
  336745: 9d70a85
  336743: 316b11f
v: v3
  • Loading branch information
Davidlohr Bueso authored and Rafael J. Wysocki committed Nov 14, 2012
1 parent af08264 commit 0f72edc
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: 883ee4f79d636d13f24c2479c66d42cb652b0239
refs/heads/master: 8316bd72c0248adbb9572abf2dd045a95f682bcd
2 changes: 1 addition & 1 deletion trunk/kernel/power/swap.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ static int swsusp_extents_insert(unsigned long swap_offset)

/* Figure out where to put the new node */
while (*new) {
ext = container_of(*new, struct swsusp_extent, node);
ext = rb_entry(*new, struct swsusp_extent, node);
parent = *new;
if (swap_offset < ext->start) {
/* Try to merge */
Expand Down

0 comments on commit 0f72edc

Please sign in to comment.