[merged] mm-export-split_page.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Subject:  mm: export split_page()
has been removed from the -mm tree.  Its filename was
     mm-export-split_page.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: "K. Y. Srinivasan" <kys@xxxxxxxxxxxxx>
Subject:  mm: export split_page()

This symbol will be used in the Hyper-V balloon driver to support 2M
allocations.

Signed-off-by: K.  Y.  Srinivasan <kys@xxxxxxxxxxxxx>
Acked-by: Michal Hocko <mhocko@xxxxxxx>
Cc: Greg KH <greg@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 mm/page_alloc.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN mm/page_alloc.c~mm-export-split_page mm/page_alloc.c
--- a/mm/page_alloc.c~mm-export-split_page
+++ a/mm/page_alloc.c
@@ -1397,6 +1397,7 @@ void split_page(struct page *page, unsig
 	for (i = 1; i < (1 << order); i++)
 		set_page_refcounted(page + i);
 }
+EXPORT_SYMBOL_GPL(split_page);
 
 static int __isolate_free_page(struct page *page, unsigned int order)
 {
_

Patches currently in -mm which might be from kys@xxxxxxxxxxxxx are

linux-next.patch
drivers-video-add-hyper-v-synthetic-video-frame-buffer-driver.patch
drivers-video-add-hyper-v-synthetic-video-frame-buffer-driver-fix.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux