[PATCH 2.6.24-rc1] EXPORT_SYMBOL(__set_page_dirty_no_writeback);

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Tetsuo Handa
Date: Wednesday, October 24, 2007 - 8:15 am

I think __set_page_dirty_no_writeback should be exported so that
tmpfs-like filesystems can use it.

Signed-off-by: Tetsuo Handa  <penguin-kernel@I-love.SAKURA.ne.jp>

---
 mm/page-writeback.c |    1 +
 1 file changed, 1 insertion(+)

Index: linux-2.6/mm/page-writeback.c
===================================================================
--- linux-2.6.orig/mm/page-writeback.c	2007-10-25 00:04:46.000000000 +0900
+++ linux-2.6/mm/page-writeback.c	2007-10-25 00:05:45.000000000 +0900
@@ -975,6 +975,7 @@
 		SetPageDirty(page);
 	return 0;
 }
+EXPORT_SYMBOL(__set_page_dirty_no_writeback);
 
 /*
  * For address_spaces which do not use buffers.  Just tag the page as dirty in

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 2.6.24-rc1] EXPORT_SYMBOL(__set_page_dirty_no_write ..., Tetsuo Handa, (Wed Oct 24, 8:15 am)