login
Header Space

 
 

[patch 2/4] mm: bdi: export bdi_writeout_inc() fix

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <akpm@...>
Cc: <peterz@...>, <linux-kernel@...>, <linux-fsdevel@...>, <linux-mm@...>
Date: Tuesday, March 18, 2008 - 2:56 pm

From: Miklos Szeredi <mszeredi@suse.cz>

Make bdi_writeout_inc() GPL only at the request of Peter Zijlstra.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
---
 mm/page-writeback.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux/mm/page-writeback.c
===================================================================
--- linux.orig/mm/page-writeback.c	2008-03-18 19:38:45.000000000 +0100
+++ linux/mm/page-writeback.c	2008-03-18 19:39:51.000000000 +0100
@@ -176,7 +176,7 @@ void bdi_writeout_inc(struct backing_dev
 	__bdi_writeout_inc(bdi);
 	local_irq_restore(flags);
 }
-EXPORT_SYMBOL(bdi_writeout_inc);
+EXPORT_SYMBOL_GPL(bdi_writeout_inc);
 
 static inline void task_dirty_inc(struct task_struct *tsk)
 {

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

Messages in current thread:
[patch 2/4] mm: bdi: export bdi_writeout_inc() fix, Miklos Szeredi, (Tue Mar 18, 2:56 pm)
[patch 0/4] fuse: writable mmap fixes, Miklos Szeredi, (Tue Mar 18, 2:56 pm)
speck-geostationary