summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/mm_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/linux/mm_types.h')
-rw-r--r--kernel/include/linux/mm_types.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/kernel/include/linux/mm_types.h b/kernel/include/linux/mm_types.h
index c26072c6d..89c047144 100644
--- a/kernel/include/linux/mm_types.h
+++ b/kernel/include/linux/mm_types.h
@@ -64,15 +64,6 @@ struct page {
union {
pgoff_t index; /* Our offset within mapping. */
void *freelist; /* sl[aou]b first free object */
- bool pfmemalloc; /* If set by the page allocator,
- * ALLOC_NO_WATERMARKS was set
- * and the low watermark was not
- * met implying that the system
- * is under some pressure. The
- * caller should try ensure
- * this page is only used to
- * free other pages.
- */
};
union {