public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Add two VFS exports used by POHMELFS
@ 2009-01-13 12:43 Evgeniy Polyakov
  2009-01-13 16:56 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Evgeniy Polyakov @ 2009-01-13 12:43 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, Greg KH

Hi.

POHMELFS is a very high-performance parallel network filesystem with
coherent local cache of data and metadata. It entered maintenance mode
and is being prepared for the next submission cycle.
I decided first to push it into the drivers/staging which was acked
by Greg for the wider testing and review and move into the vanilla tree
in the next merge window.

POHMELFS needs two exports from the core VFS: add_to_page_cache_lru and
__lock_page_killable.

Please apply given patch to the current tree.

Signed-off-by: Evgeniy Polyakov <zbr@ioremap.net>

--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -513,6 +513,7 @@ int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
 	}
 	return ret;
 }
+EXPORT_SYMBOL_GPL(add_to_page_cache_lru);
 
 #ifdef CONFIG_NUMA
 struct page *__page_cache_alloc(gfp_t gfp)
@@ -627,6 +628,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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Add two VFS exports used by POHMELFS
  2009-01-13 12:43 Add two VFS exports used by POHMELFS Evgeniy Polyakov
@ 2009-01-13 16:56 ` Greg KH
  2009-01-13 21:30   ` Evgeniy Polyakov
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2009-01-13 16:56 UTC (permalink / raw)
  To: Evgeniy Polyakov; +Cc: Linus Torvalds, Andrew Morton, linux-kernel

On Tue, Jan 13, 2009 at 03:43:46PM +0300, Evgeniy Polyakov wrote:
> Hi.
> 
> POHMELFS is a very high-performance parallel network filesystem with
> coherent local cache of data and metadata. It entered maintenance mode
> and is being prepared for the next submission cycle.
> I decided first to push it into the drivers/staging which was acked
> by Greg for the wider testing and review and move into the vanilla tree
> in the next merge window.
> 
> POHMELFS needs two exports from the core VFS: add_to_page_cache_lru and
> __lock_page_killable.
> 
> Please apply given patch to the current tree.
> 
> Signed-off-by: Evgeniy Polyakov <zbr@ioremap.net>

Hm, usually we take exports at the same time the user goes into the
tree.

I don't mind adding these exports with the same patch series to add your
filesystem to the drivers/staging tree, if Andrew and the other vfs
developers agree it's a sane thing to be exporting.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Add two VFS exports used by POHMELFS
  2009-01-13 16:56 ` Greg KH
@ 2009-01-13 21:30   ` Evgeniy Polyakov
  0 siblings, 0 replies; 3+ messages in thread
From: Evgeniy Polyakov @ 2009-01-13 21:30 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel

On Tue, Jan 13, 2009 at 08:56:30AM -0800, Greg KH (greg@kroah.com) wrote:
> > POHMELFS is a very high-performance parallel network filesystem with
> > coherent local cache of data and metadata. It entered maintenance mode
> > and is being prepared for the next submission cycle.
> > I decided first to push it into the drivers/staging which was acked
> > by Greg for the wider testing and review and move into the vanilla tree
> > in the next merge window.
> > 
> > POHMELFS needs two exports from the core VFS: add_to_page_cache_lru and
> > __lock_page_killable.
> > 
> > Please apply given patch to the current tree.
> > 
> > Signed-off-by: Evgeniy Polyakov <zbr@ioremap.net>
> 
> Hm, usually we take exports at the same time the user goes into the
> tree.
> 
> I don't mind adding these exports with the same patch series to add your
> filesystem to the drivers/staging tree, if Andrew and the other vfs
> developers agree it's a sane thing to be exporting.

Ok, I can push them together (just right now :), Andrew, Linus, do you
agree to export those functions?

-- 
	Evgeniy Polyakov

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-01-13 21:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-13 12:43 Add two VFS exports used by POHMELFS Evgeniy Polyakov
2009-01-13 16:56 ` Greg KH
2009-01-13 21:30   ` Evgeniy Polyakov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox