Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753300AbaAPBbG (ORCPT ); Wed, 15 Jan 2014 20:31:06 -0500 Received: from mga02.intel.com ([134.134.136.20]:49058 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751314AbaAPBZG (ORCPT ); Wed, 15 Jan 2014 20:25:06 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.95,666,1384329600"; d="scan'208";a="439548580" From: Matthew Wilcox To: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-ext4@vger.kernel.org Cc: Matthew Wilcox Subject: [PATCH v5 09/22] Remove mm/filemap_xip.c Date: Wed, 15 Jan 2014 20:24:27 -0500 Message-Id: X-Mailer: git-send-email 1.8.5.2 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org It is now empty as all of its contents have been replaced by fs/xip.c Signed-off-by: Matthew Wilcox --- mm/Makefile | 1 - mm/filemap_xip.c | 23 ----------------------- 2 files changed, 24 deletions(-) delete mode 100644 mm/filemap_xip.c diff --git a/mm/Makefile b/mm/Makefile index 305d10a..c019f5e 100644 --- a/mm/Makefile +++ b/mm/Makefile @@ -47,7 +47,6 @@ obj-$(CONFIG_SLUB) += slub.o obj-$(CONFIG_KMEMCHECK) += kmemcheck.o obj-$(CONFIG_FAILSLAB) += failslab.o obj-$(CONFIG_MEMORY_HOTPLUG) += memory_hotplug.o -obj-$(CONFIG_FS_XIP) += filemap_xip.o obj-$(CONFIG_MIGRATION) += migrate.o obj-$(CONFIG_QUICKLIST) += quicklist.o obj-$(CONFIG_TRANSPARENT_HUGEPAGE) += huge_memory.o diff --git a/mm/filemap_xip.c b/mm/filemap_xip.c deleted file mode 100644 index 6316578..0000000 --- a/mm/filemap_xip.c +++ /dev/null @@ -1,23 +0,0 @@ -/* - * linux/mm/filemap_xip.c - * - * Copyright (C) 2005 IBM Corporation - * Author: Carsten Otte - * - * derived from linux/mm/filemap.c - Copyright (C) Linus Torvalds - * - */ - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -- 1.8.5.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/