]> Pileus Git - ~andy/linux/blobdiff - include/linux/pageblock-flags.h
rbd: drop an unsafe assertion
[~andy/linux] / include / linux / pageblock-flags.h
index be655e4a2a75b23e056c1631e5219fd52dd6c6f8..2ee8cd2466b595179a41641511fac87fa4c9a8ff 100644 (file)
@@ -80,10 +80,4 @@ void set_pageblock_flags_group(struct page *page, unsigned long flags,
                                                        PB_migrate_skip)
 #endif /* CONFIG_COMPACTION */
 
-#define get_pageblock_flags(page) \
-                       get_pageblock_flags_group(page, 0, PB_migrate_end)
-#define set_pageblock_flags(page, flags) \
-                       set_pageblock_flags_group(page, flags,  \
-                                                 0, PB_migrate_end)
-
 #endif /* PAGEBLOCK_FLAGS_H */