From 4e86de6ff3c641dc3be7b162ba84ad699b864a8f Mon Sep 17 00:00:00 2001 From: zeal Date: Tue, 26 Oct 2010 14:21:27 -0700 Subject: [PATCH] --- yaml --- r: 217443 b: refs/heads/master c: f19e77a3dc884510dba740caa6dee126b7d40156 h: refs/heads/master i: 217441: 520b0d4da54a51cfb5353a00ca994bb809ab7c1a 217439: a1befe08688b3de618c4a367f6767044c64282ea v: v3 --- [refs] | 2 +- trunk/include/linux/pageblock-flags.h | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 326a3c320fa4..e236c0ae3aa1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1b430beee5e388605dfb092b214ef0320f752cf6 +refs/heads/master: f19e77a3dc884510dba740caa6dee126b7d40156 diff --git a/trunk/include/linux/pageblock-flags.h b/trunk/include/linux/pageblock-flags.h index e8c06122be36..19ef95d293ae 100644 --- a/trunk/include/linux/pageblock-flags.h +++ b/trunk/include/linux/pageblock-flags.h @@ -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 */