From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx157.postini.com [74.125.245.157]) by kanga.kvack.org (Postfix) with SMTP id 7F6AC6B020A for ; Wed, 1 May 2013 19:32:15 -0400 (EDT) Received: from /spool/local by e8.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 1 May 2013 19:32:14 -0400 Received: from d01relay03.pok.ibm.com (d01relay03.pok.ibm.com [9.56.227.235]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id 9247038C8045 for ; Wed, 1 May 2013 19:32:07 -0400 (EDT) Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay03.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r41NW7h5304130 for ; Wed, 1 May 2013 19:32:07 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r41NW6dK026581 for ; Wed, 1 May 2013 19:32:07 -0400 From: Cody P Schafer Subject: [PATCH v2 0/4] misc patches related to resizing nodes & zones Date: Wed, 1 May 2013 16:31:57 -0700 Message-Id: <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 First 2 are comment fixes. Second 2 add pgdat_resize_lock()/unlock() usage per existing documentation. -- Since v1 (http://thread.gmane.org/gmane.linux.kernel.mm/99297): - drop making lock_memory_hotplug() required (old patch #1) - fix __offline_pages() in the same manner as online_pages() (rientjes) - make comment regarding pgdat_resize_lock()/unlock() usage more clear (rientjes) -- Cody P Schafer (4): mm: fix comment referring to non-existent size_seqlock, change to span_seqlock mmzone: note that node_size_lock should be manipulated via pgdat_resize_lock() memory_hotplug: use pgdat_resize_lock() in online_pages() memory_hotplug: use pgdat_resize_lock() in __offline_pages() include/linux/mmzone.h | 5 ++++- mm/memory_hotplug.c | 9 +++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) -- 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