diff --git a/include/linux/page-flags.h b/include/linux/page-flags.h index 8cef69d462f2dee81e076b57ffc3a651138d92a0..9ea629c02a4b98fc7cf06c71b9dd9c74b5a15bde 100644 --- a/include/linux/page-flags.h +++ b/include/linux/page-flags.h @@ -86,8 +86,9 @@ * - The __xxx_page_state variants can be used safely when interrupts are * disabled. * - The __xxx_page_state variants can be used if the field is only - * modified from process context, or only modified from interrupt context. - * In this case, the field should be commented here. + * modified from process context and protected from preemption, or only + * modified from interrupt context. In this case, the field should be + * commented here. */ struct page_state { unsigned long nr_dirty; /* Dirty writeable pages */