All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [2.6 patch] unexport install_page
Date: Thu, 29 Jun 2006 21:19:44 +0200	[thread overview]
Message-ID: <20060629191944.GN19712@stusta.de> (raw)

No in-kernel module is using it, so there's no reason bloating the 
kernel with this EXPORT_SYMBOL.

The addition was justified back in 2003 with being required for a 
project, but it's still not used by any in-kernel module.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

This patch was already sent on:
- 20 Feb 2006
- 16 Feb 2006

--- linux-2.6.16-rc3-mm1-full/mm/fremap.c.old	2006-02-16 16:45:09.000000000 +0100
+++ linux-2.6.16-rc3-mm1-full/mm/fremap.c	2006-02-16 16:45:18.000000000 +0100
@@ -89,7 +89,6 @@
 out:
 	return err;
 }
-EXPORT_SYMBOL(install_page);
 
 /*
  * Install a file pte to a given virtual memory address, release any


             reply	other threads:[~2006-06-29 19:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-29 19:19 Adrian Bunk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-02-20 22:37 [2.6 patch] unexport install_page Adrian Bunk
2006-02-21 10:38 ` Christoph Hellwig
2006-02-21 12:49   ` Hugh Dickins
2006-02-21 14:13     ` Adrian Bunk
2006-02-21 14:34       ` Alan Cox
2006-02-21 14:36         ` Adrian Bunk
2006-02-16 17:03 Adrian Bunk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060629191944.GN19712@stusta.de \
    --to=bunk@stusta.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.