Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217443
b: refs/heads/master
c: f19e77a
h: refs/heads/master
i:
  217441: 520b0d4
  217439: a1befe0
v: v3
  • Loading branch information
zeal authored and Linus Torvalds committed Oct 26, 2010
1 parent 5b1a14f commit 4e86de6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 1b430beee5e388605dfb092b214ef0320f752cf6
refs/heads/master: f19e77a3dc884510dba740caa6dee126b7d40156
5 changes: 3 additions & 2 deletions trunk/include/linux/pageblock-flags.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ void set_pageblock_flags_group(struct page *page, unsigned long flags,

#define get_pageblock_flags(page) \
get_pageblock_flags_group(page, 0, NR_PAGEBLOCK_BITS-1)
#define set_pageblock_flags(page) \
set_pageblock_flags_group(page, 0, NR_PAGEBLOCK_BITS-1)
#define set_pageblock_flags(page, flags) \
set_pageblock_flags_group(page, flags, \
0, NR_PAGEBLOCK_BITS-1)

#endif /* PAGEBLOCK_FLAGS_H */

0 comments on commit 4e86de6

Please sign in to comment.