[1/3] POHMELFS: VFS trivial change.

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-kernel@...>
Cc: <netdev@...>, <linux-fsdevel@...>
Date: Monday, July 7, 2008 - 2:08 pm

Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>

diff --git a/mm/filemap.c b/mm/filemap.c
index 07e9d92..57beb4b 100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -495,6 +495,7 @@ int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
 		lru_cache_add(page);
 	return ret;
 }
+EXPORT_SYMBOL_GPL(add_to_page_cache_lru);
 
 #ifdef CONFIG_NUMA
 struct page *__page_cache_alloc(gfp_t gfp)
@@ -610,6 +611,7 @@ int __lock_page_killable(struct page *page)
 	return __wait_on_bit_lock(page_waitqueue(page), &wait,
 					sync_page_killable, TASK_KILLABLE);
 }
+EXPORT_SYMBOL_GPL(__lock_page_killable);
 
 /**
  * __lock_page_nosync - get a lock on the page, without calling sync_page()



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

Messages in current thread:
[2/3] POHMELFS: Documentation., Evgeniy Polyakov, (Mon Jul 7, 2:10 pm)
Re: [2/3] POHMELFS: Documentation., Pavel Machek, (Sat Jul 12, 3:01 am)
Re: [2/3] POHMELFS: Documentation., Evgeniy Polyakov, (Sat Jul 12, 3:26 am)
[1/3] POHMELFS: VFS trivial change., Evgeniy Polyakov, (Mon Jul 7, 2:08 pm)
[3/3] POHMELFS: core files., Evgeniy Polyakov, (Mon Jul 7, 2:11 pm)