|
@@ -175,13 +175,13 @@ struct page {
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
union {
|
|
union {
|
|
|
- unsigned long private; /* Mapping-private opaque data:
|
|
|
|
|
- * usually used for buffer_heads
|
|
|
|
|
- * if PagePrivate set; used for
|
|
|
|
|
- * swp_entry_t if PageSwapCache;
|
|
|
|
|
- * indicates order in the buddy
|
|
|
|
|
- * system if PG_buddy is set.
|
|
|
|
|
- */
|
|
|
|
|
|
|
+ /*
|
|
|
|
|
+ * Mapping-private opaque data:
|
|
|
|
|
+ * Usually used for buffer_heads if PagePrivate
|
|
|
|
|
+ * Used for swp_entry_t if PageSwapCache
|
|
|
|
|
+ * Indicates order in the buddy system if PageBuddy
|
|
|
|
|
+ */
|
|
|
|
|
+ unsigned long private;
|
|
|
#if USE_SPLIT_PTE_PTLOCKS
|
|
#if USE_SPLIT_PTE_PTLOCKS
|
|
|
#if ALLOC_SPLIT_PTLOCKS
|
|
#if ALLOC_SPLIT_PTLOCKS
|
|
|
spinlock_t *ptl;
|
|
spinlock_t *ptl;
|