diff options
author | Cody P Schafer <cody@linux.vnet.ibm.com> | 2013-07-03 18:02:08 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-03 19:07:29 -0400 |
commit | 72c3b51bda557ab38d6c5b2af750c27cba15f828 (patch) | |
tree | 4a54ebf4989062ce4ea034b59070afaf4970644a /include | |
parent | f919b19614f06711cba300c1bb1e3d94c9ca21b0 (diff) |
mm: fix comment referring to non-existent size_seqlock, change to span_seqlock
Signed-off-by: Cody P Schafer <cody@linux.vnet.ibm.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mmzone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index fce64afba042..9ec7cffcae21 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
@@ -733,7 +733,7 @@ typedef struct pglist_data { | |||
733 | * or node_spanned_pages stay constant. Holding this will also | 733 | * or node_spanned_pages stay constant. Holding this will also |
734 | * guarantee that any pfn_valid() stays that way. | 734 | * guarantee that any pfn_valid() stays that way. |
735 | * | 735 | * |
736 | * Nests above zone->lock and zone->size_seqlock. | 736 | * Nests above zone->lock and zone->span_seqlock |
737 | */ | 737 | */ |
738 | spinlock_t node_size_lock; | 738 | spinlock_t node_size_lock; |
739 | #endif | 739 | #endif |