All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Reiser <reiser@namesys.com>
To: Andrew Morton <akpm@osdl.org>,
	LKML <linux-kernel@vger.kernel.org>, vs <vs@thebsh.namesys.com>
Subject: [Fwd: [PATCH] clear_page_dirty_for_io.patch]
Date: Wed, 16 Nov 2005 01:04:18 -0800	[thread overview]
Message-ID: <437AF612.6050402@namesys.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: [PATCH] clear_page_dirty_for_io.patch --]
[-- Type: message/rfc822, Size: 2085 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 154 bytes --]

This is a request to make clear_page_dirty_for_io() EXPORT_SYMBOL. 2.6.14 has it
exported. So, there is nothing wrong in asking to EXPORT_SYMBOL it back.

[-- Attachment #2.1.2: export-clear_page_dirty_for_io.patch --]
[-- Type: text/plain, Size: 753 bytes --]


From: Vladimir V. Saveliev <vs@namesys.com>

This patch makes clear_page_dirty_for_io to be EXTERN_SYMBOL.

Signed-off-by: Vladimir V. Saveliev <vs@namesys.com>


 mm/page-writeback.c |    2 ++
 1 files changed, 2 insertions(+)

diff -puN mm/page-writeback.c~export-clear_page_dirty_for_io mm/page-writeback.c
--- linux-2.6.14-mm2/mm/page-writeback.c~export-clear_page_dirty_for_io	2005-11-14 18:33:38.000000000 +0300
+++ linux-2.6.14-mm2-vs/mm/page-writeback.c	2005-11-14 18:34:17.000000000 +0300
@@ -751,6 +751,8 @@ int clear_page_dirty_for_io(struct page 
 	return TestClearPageDirty(page);
 }
 
+EXPORT_SYMBOL(clear_page_dirty_for_io);
+
 int test_clear_page_writeback(struct page *page)
 {
 	struct address_space *mapping = page_mapping(page);

_

                 reply	other threads:[~2005-11-16  9:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=437AF612.6050402@namesys.com \
    --to=reiser@namesys.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vs@thebsh.namesys.com \
    /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.