Received: by 2002:a25:5b86:0:0:0:0:0 with SMTP id p128csp1478636ybb; Fri, 29 Mar 2019 05:27:53 -0700 (PDT) X-Google-Smtp-Source: APXvYqzhc+ev+LTV9X2TlpkRuLzaes0FyuJHaY7xaJFMMji6EeAolYZCkHb/7qXTT2Ow/y50lHoC X-Received: by 2002:a63:fb16:: with SMTP id o22mr44414737pgh.209.1553862473719; Fri, 29 Mar 2019 05:27:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553862473; cv=none; d=google.com; s=arc-20160816; b=I4bzswk3IMGB6OIDqLSKwo93roosaG3gUcGoJjezIzbh/QNcBNm+qMZkgWiQ+sNLQn C1q9GAXfxtHAb6hPiLx8m6MMKO+4MbbIwgu8dV7F7xk733OaGjY+/zSpirG5+eLqO9TZ DV1yLciWHV/ky3PlfW6zWrKpX3oDAzu+CIIRRDovOGtxZm0u4I+UMIs8PLU4K37KC1nC kFHd0hf+ibqEk74+CIOau5Ep+v0f6GK4hsU8cXk5qdlp61dpGK8Sqv2WxeWOHSh0X+bZ wn1f47WiNAbEMOkKUCRjShV2LjAdN0bKDVp5jFDq+Rfwr4FTS5wcPIOsmOfEycz5zW5k Y/Jg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=5mOrzRv/HPyQ53b0gSOzKRXcbgqVDdoYfbXz/Rxir5o=; b=ABm3T1JyLgMTLU5tVj04gUr9ThJ8mr7TDQkOTkMJ8QXIl5TmWcPe2j1Lrbk2K23/8O knwCoRoIcuSLX1G7YNciH9sn4XgbUN2YRtTanyFi1jLl82IcYXIwhDtt2CBxNwbDExfR jY88Rhd56kdpKaZJjf0fqsSRhfgDv/nx2JcAwNCTLtSBqUQE/l4LAndlmg2rpUCJL/al P5dtgCoDEOX0l69yEjn3YEt5hC57FJWBX65GsLdpeQ3bdOs7IIA5iA8uHuv0ewVZXjk/ MRsWCX4rvlVT7V725emXktJ/cOXxssJ/rqsai72+z2kuOYjFeFreimoznuinbsJD7Kb0 4LVg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v25si1703336pfe.22.2019.03.29.05.27.37; Fri, 29 Mar 2019 05:27:53 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729484AbfC2M04 (ORCPT + 99 others); Fri, 29 Mar 2019 08:26:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55100 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729384AbfC2M04 (ORCPT ); Fri, 29 Mar 2019 08:26:56 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4FAC2307D914; Fri, 29 Mar 2019 12:26:56 +0000 (UTC) Received: from t460s.redhat.com (unknown [10.36.117.0]) by smtp.corp.redhat.com (Postfix) with ESMTP id 44CC417991; Fri, 29 Mar 2019 12:26:50 +0000 (UTC) From: David Hildenbrand To: linux-kernel@vger.kernel.org Cc: Konstantin Khlebnikov , Pankaj Gupta , Andrew Morton , "Michael S . Tsirkin" , linux-mm@kvack.org, David Hildenbrand Subject: [PATCH v1] mm: balloon: drop unused function stubs Date: Fri, 29 Mar 2019 13:26:49 +0100 Message-Id: <20190329122649.28404-1-david@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.48]); Fri, 29 Mar 2019 12:26:56 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org These are leftovers from the pre-"general non-lru movable page" era. Signed-off-by: David Hildenbrand --- include/linux/balloon_compaction.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/include/linux/balloon_compaction.h b/include/linux/balloon_compaction.h index f111c780ef1d..f31521dcb09a 100644 --- a/include/linux/balloon_compaction.h +++ b/include/linux/balloon_compaction.h @@ -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; -- 2.17.2