Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333267
b: refs/heads/master
c: 6272605
h: refs/heads/master
i:
  333265: aa52ee4
  333263: 31e3473
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Linus Torvalds committed Oct 10, 2012
1 parent 62485e4 commit 2329add
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 1633dbbacbaa3a2f95ef901caf9d0b32728c10b6
refs/heads/master: 627260595ca6abcb16d68a3732bac6b547e112d6
6 changes: 3 additions & 3 deletions trunk/include/linux/pageblock-flags.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ void set_pageblock_flags_group(struct page *page, unsigned long flags,
#ifdef CONFIG_COMPACTION
#define get_pageblock_skip(page) \
get_pageblock_flags_group(page, PB_migrate_skip, \
PB_migrate_skip + 1)
PB_migrate_skip)
#define clear_pageblock_skip(page) \
set_pageblock_flags_group(page, 0, PB_migrate_skip, \
PB_migrate_skip + 1)
PB_migrate_skip)
#define set_pageblock_skip(page) \
set_pageblock_flags_group(page, 1, PB_migrate_skip, \
PB_migrate_skip + 1)
PB_migrate_skip)
#endif /* CONFIG_COMPACTION */

#define get_pageblock_flags(page) \
Expand Down

0 comments on commit 2329add

Please sign in to comment.