Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757867AbYJGVVJ (ORCPT ); Tue, 7 Oct 2008 17:21:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757154AbYJGVUF (ORCPT ); Tue, 7 Oct 2008 17:20:05 -0400 Received: from relay.2ka.mipt.ru ([194.85.80.65]:42444 "EHLO 2ka.mipt.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757976AbYJGVUC (ORCPT ); Tue, 7 Oct 2008 17:20:02 -0400 Date: Wed, 8 Oct 2008 01:20:25 +0400 From: Evgeniy Polyakov To: linux-kernel@vger.kernel.org Cc: linux-fsdevel@vger.kernel.org, netdev@vger.kernel.org Subject: [1/3] POHMELFS: vfs changes. Message-ID: <20081007212025.GA12380@2ka.mipt.ru> References: <20081007211925.GA1274@2ka.mipt.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081007211925.GA1274@2ka.mipt.ru> User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 971 Lines: 31 Signed-off-by: Evgeniy Polyakov 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/