]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm: fix comment referring to non-existent size_seqlock, change to span_seqlock
authorCody P Schafer <cody@linux.vnet.ibm.com>
Fri, 7 Jun 2013 00:07:45 +0000 (10:07 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 7 Jun 2013 05:42:10 +0000 (15:42 +1000)
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>
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