Skip to content

Commit

Permalink
include/linux/balloon_compaction.h: drop unused function stubs
Browse files Browse the repository at this point in the history
These are leftovers from the pre-"general non-lru movable page" era.

Link: http://lkml.kernel.org/r/20190329122649.28404-1-david@redhat.com
Signed-off-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Pankaj Gupta <pagupta@redhat.com>
Acked-by: Rafael Aquini <aquini@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
David Hildenbrand authored and Linus Torvalds committed May 14, 2019
1 parent dae966d commit 926e5d1
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions include/linux/balloon_compaction.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,21 +151,6 @@ static inline void balloon_page_delete(struct page *page)
list_del(&page->lru);
}

static inline bool __is_movable_balloon_page(struct page *page)
{
return false;
}

static inline bool balloon_page_movable(struct page *page)
{
return false;
}

static inline bool isolated_balloon_page(struct page *page)
{
return false;
}

static inline bool balloon_page_isolate(struct page *page)
{
return false;
Expand Down

0 comments on commit 926e5d1

Please sign in to comment.