From: Cody P Schafer Date: Wed, 19 Jun 2013 00:06:03 +0000 (+1000) Subject: mm: fix comment referring to non-existent size_seqlock, change to span_seqlock X-Git-Tag: next-20130619~2^2~522 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=783bdd6bb66e7246d781c2b2cc2e51cdb64fbe54;p=karo-tx-linux.git mm: fix comment referring to non-existent size_seqlock, change to span_seqlock Signed-off-by: Cody P Schafer Acked-by: David Rientjes Signed-off-by: Andrew Morton --- 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 { * 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