From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261391AbVCYBS1 (ORCPT ); Thu, 24 Mar 2005 20:18:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261179AbVCYBOQ (ORCPT ); Thu, 24 Mar 2005 20:14:16 -0500 Received: from mailout.stusta.mhn.de ([141.84.69.5]:33809 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S261378AbVCYBLV (ORCPT ); Thu, 24 Mar 2005 20:11:21 -0500 Date: Fri, 25 Mar 2005 02:11:19 +0100 From: Adrian Bunk To: Andrew Morton Cc: linux-kernel@vger.kernel.org Subject: [2.6 patch] mm/swapfile.c: unexport total_swap_pages Message-ID: <20050325011119.GW3966@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 I didn't find any possible modular usage in the kernel. Signed-off-by: Adrian Bunk --- This patch was already sent on: - 6 Mar 2005 --- linux-2.6.11-mm1-full/mm/swapfile.c.old 2005-03-04 16:23:03.000000000 +0100 +++ linux-2.6.11-mm1-full/mm/swapfile.c 2005-03-04 16:23:18.000000000 +0100 @@ -37,8 +37,6 @@ long total_swap_pages; static int swap_overflow; -EXPORT_SYMBOL(total_swap_pages); - static const char Bad_file[] = "Bad swap file entry "; static const char Unused_file[] = "Unused swap file entry "; static const char Bad_offset[] = "Bad swap offset entry ";