From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx150.postini.com [74.125.245.150]) by kanga.kvack.org (Postfix) with SMTP id 7EDE06B0209 for ; Wed, 1 May 2013 19:32:13 -0400 (EDT) Received: from /spool/local by e7.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 1 May 2013 19:32:12 -0400 Received: from d01relay05.pok.ibm.com (d01relay05.pok.ibm.com [9.56.227.237]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id CE48038C8047 for ; Wed, 1 May 2013 19:32:09 -0400 (EDT) Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r41NW9C4336816 for ; Wed, 1 May 2013 19:32:10 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r41NW89I023711 for ; Wed, 1 May 2013 20:32:09 -0300 From: Cody P Schafer Subject: [PATCH v2 1/4] mm: fix comment referring to non-existent size_seqlock, change to span_seqlock Date: Wed, 1 May 2013 16:31:58 -0700 Message-Id: <1367451121-22725-2-git-send-email-cody@linux.vnet.ibm.com> In-Reply-To: <1367451121-22725-1-git-send-email-cody@linux.vnet.ibm.com> References: <1367451121-22725-1-git-send-email-cody@linux.vnet.ibm.com> Sender: owner-linux-mm@kvack.org List-ID: To: Andrew Morton Cc: David Rientjes , Linux MM , LKML , Cody P Schafer Signed-off-by: Cody P Schafer --- include/linux/mmzone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 5c76737..fc859a0c 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h @@ -716,7 +716,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 -- 1.8.2.2 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org