Re: [PATCH 2.6.24-rc1]EXPORT_SYMBOL(__set_page_dirty_no_writeback);

2007-10-25 Thread Tetsuo Handa
Hello. Arjan van de Ven wrote: > when will you post this filesystem for inclusion into kernel.org kernel? > (and please really consider posting the patch together with that patch) > (also, if you can give a pointer to the source code of this filesystem > you might even get early code review) I ha

Re: [PATCH 2.6.24-rc1]EXPORT_SYMBOL(__set_page_dirty_no_writeback);

2007-10-24 Thread Arjan van de Ven
On Thu, 25 Oct 2007 06:36:27 +0900 Tetsuo Handa <[EMAIL PROTECTED]> wrote: > Hello. > > Arjan van de Ven wrote: > > > I think __set_page_dirty_no_writeback should be exported so that > > > tmpfs-like filesystems can use it. > > which filesystem is ACTUALLY using it? > > Please submit the export t

Re: [PATCH 2.6.24-rc1]EXPORT_SYMBOL(__set_page_dirty_no_writeback);

2007-10-24 Thread Tetsuo Handa
Hello. Arjan van de Ven wrote: > > I think __set_page_dirty_no_writeback should be exported so that > > tmpfs-like filesystems can use it. > which filesystem is ACTUALLY using it? > Please submit the export together with the actual user; we have too > many unused exports already; the only way to r

Re: [PATCH 2.6.24-rc1] EXPORT_SYMBOL(__set_page_dirty_no_writeback);

2007-10-24 Thread Arjan van de Ven
On Thu, 25 Oct 2007 00:15:55 +0900 Tetsuo Handa <[EMAIL PROTECTED]> wrote: > I think __set_page_dirty_no_writeback should be exported so that > tmpfs-like filesystems can use it. > which filesystem is ACTUALLY using it? Please submit the export together with the actual user; we have too many unu

[PATCH 2.6.24-rc1] EXPORT_SYMBOL(__set_page_dirty_no_writeback);

2007-10-24 Thread Tetsuo Handa
I think __set_page_dirty_no_writeback should be exported so that tmpfs-like filesystems can use it. Signed-off-by: Tetsuo Handa <[EMAIL PROTECTED]> --- mm/page-writeback.c |1 + 1 file changed, 1 insertion(+) Index: linux-2.6/mm/page-writeback.c