Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261407AbVCFOs5 (ORCPT ); Sun, 6 Mar 2005 09:48:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261419AbVCFOs5 (ORCPT ); Sun, 6 Mar 2005 09:48:57 -0500 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:28944 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S261417AbVCFOr7 (ORCPT ); Sun, 6 Mar 2005 09:47:59 -0500 Date: Sun, 6 Mar 2005 15:47:58 +0100 From: Adrian Bunk To: linux-kernel@vger.kernel.org Subject: [2.6 patch] mm/swap_state.c: unexport swapper_space Message-ID: <20050306144758.GJ5070@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6+20040907i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 745 Lines: 20 I didn't find any possible modular usage in the kernel. Signed-off-by: Adrian Bunk --- linux-2.6.11-mm1-full/mm/swap_state.c.old 2005-03-04 16:25:54.000000000 +0100 +++ linux-2.6.11-mm1-full/mm/swap_state.c 2005-03-04 16:26:16.000000000 +0100 @@ -40,7 +40,6 @@ .i_mmap_nonlinear = LIST_HEAD_INIT(swapper_space.i_mmap_nonlinear), .backing_dev_info = &swap_backing_dev_info, }; -EXPORT_SYMBOL(swapper_space); #define INC_CACHE_INFO(x) do { swap_cache_info.x++; } while (0) - 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/