Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761142AbYFYQaf (ORCPT ); Wed, 25 Jun 2008 12:30:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759836AbYFYQ2Q (ORCPT ); Wed, 25 Jun 2008 12:28:16 -0400 Received: from smtp5.pp.htv.fi ([213.243.153.39]:59451 "EHLO smtp5.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760288AbYFYQ2O (ORCPT ); Wed, 25 Jun 2008 12:28:14 -0400 Date: Wed, 25 Jun 2008 19:26:09 +0300 From: Adrian Bunk To: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com Cc: linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [2.6 patch] unexport journal_update_superblock Message-ID: <20080625162609.GM10285@cs181140183.pp.htv.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 930 Lines: 32 This patch removes the unused EXPORT_SYMBOL(journal_update_superblock). Signed-off-by: Adrian Bunk --- This patch has been sent on: - 5 May 2008 - 22 Apr 2008 - 14 Apr 2008 - 31 Mar 2008 - 27 Feb 2008 66cbc7390d66cdeb83a3f81d7ec1ea71d6f6e2c8 foobar diff --git a/fs/jbd/journal.c b/fs/jbd/journal.c index 3943a89..5c2ebb7 100644 --- a/fs/jbd/journal.c +++ b/fs/jbd/journal.c @@ -68,7 +68,6 @@ EXPORT_SYMBOL(journal_set_features); EXPORT_SYMBOL(journal_create); EXPORT_SYMBOL(journal_load); EXPORT_SYMBOL(journal_destroy); -EXPORT_SYMBOL(journal_update_superblock); EXPORT_SYMBOL(journal_abort); EXPORT_SYMBOL(journal_errno); EXPORT_SYMBOL(journal_ack_err); -- 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/