]> Git Repo - linux.git/commitdiff
mm: fix comment referring to non-existent size_seqlock, change to span_seqlock
authorCody P Schafer <[email protected]>
Wed, 3 Jul 2013 22:02:08 +0000 (15:02 -0700)
committerLinus Torvalds <[email protected]>
Wed, 3 Jul 2013 23:07:29 +0000 (16:07 -0700)
Signed-off-by: Cody P Schafer <[email protected]>
Acked-by: David Rientjes <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/mmzone.h

index fce64afba0426851dee4bcd7dad4a78d6352e47a..9ec7cffcae2188fe65873ea0d976ca955aabef8b 100644 (file)
@@ -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
This page took 0.046108 seconds and 4 git commands to generate.