We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be50015 commit ab8928bCopy full SHA for ab8928b
include/linux/mm_types.h
@@ -175,13 +175,13 @@ struct page {
175
};
176
177
union {
178
- unsigned long private; /* Mapping-private opaque data:
179
- * usually used for buffer_heads
180
- * if PagePrivate set; used for
181
- * swp_entry_t if PageSwapCache;
182
- * indicates order in the buddy
183
- * system if PG_buddy is set.
184
- */
+ /*
+ * 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;
185
#if USE_SPLIT_PTE_PTLOCKS
186
#if ALLOC_SPLIT_PTLOCKS
187
spinlock_t *ptl;
0 commit comments