Commit 72c3b51b authored by Cody P Schafer's avatar Cody P Schafer Committed by Linus Torvalds

mm: fix comment referring to non-existent size_seqlock, change to span_seqlock

Signed-off-by: default avatarCody P Schafer <cody@linux.vnet.ibm.com>
Acked-by: default avatarDavid Rientjes <rientjes@google.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f919b196
......@@ -733,7 +733,7 @@ typedef struct pglist_data {
* or node_spanned_pages stay constant. Holding this will also
* guarantee that any pfn_valid() stays that way.
*
* Nests above zone->lock and zone->size_seqlock.
* Nests above zone->lock and zone->span_seqlock
*/
spinlock_t node_size_lock;
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment