Re: [2.6 PATCH] Export invalidate_mapping_pages() to modules.

2007-01-03 Thread Andrew Morton
On Wed, 3 Jan 2007 20:11:23 + Christoph Hellwig <[EMAIL PROTECTED]> wrote: > On Wed, Jan 03, 2007 at 11:03:32AM -0800, Andrew Morton wrote: > > It makes no sense to me to export invalidate_inode_pages() and not > > invalidate_mapping_pages() and I actually need invalidate_mapping_pages() > >

Re: [2.6 PATCH] Export invalidate_mapping_pages() to modules.

2007-01-03 Thread Christoph Hellwig
On Wed, Jan 03, 2007 at 11:03:32AM -0800, Andrew Morton wrote: > It makes no sense to me to export invalidate_inode_pages() and not > invalidate_mapping_pages() and I actually need invalidate_mapping_pages() > because of its range specification ability... > > akpm: also remove the export of

Re: [2.6 PATCH] Export invalidate_mapping_pages() to modules.

2007-01-03 Thread Andrew Morton
On Wed, 03 Jan 2007 05:29:31 -0800 Arjan van de Ven <[EMAIL PROTECTED]> wrote: > On Mon, 2007-01-01 at 23:28 +, Anton Altaparmakov wrote: > > Hi Linus and Andrew, > > > > Please apply below patch which exports invalidate_mapping_pages() to > > modules. It makes no sense to me to export

Re: [2.6 PATCH] Export invalidate_mapping_pages() to modules.

2007-01-03 Thread Anton Altaparmakov
On Wed, 3 Jan 2007, Arjan van de Ven wrote: > On Mon, 2007-01-01 at 23:28 +, Anton Altaparmakov wrote: > > Hi Linus and Andrew, > > > > Please apply below patch which exports invalidate_mapping_pages() to > > modules. It makes no sense to me to export invalidate_inode_pages() and > > not

Re: [2.6 PATCH] Export invalidate_mapping_pages() to modules.

2007-01-03 Thread Arjan van de Ven
On Mon, 2007-01-01 at 23:28 +, Anton Altaparmakov wrote: > Hi Linus and Andrew, > > Please apply below patch which exports invalidate_mapping_pages() to > modules. It makes no sense to me to export invalidate_inode_pages() and > not invalidate_mapping_pages() and I actually need >

Re: [2.6 PATCH] Export invalidate_mapping_pages() to modules.

2007-01-03 Thread Arjan van de Ven
On Mon, 2007-01-01 at 23:28 +, Anton Altaparmakov wrote: Hi Linus and Andrew, Please apply below patch which exports invalidate_mapping_pages() to modules. It makes no sense to me to export invalidate_inode_pages() and not invalidate_mapping_pages() and I actually need

Re: [2.6 PATCH] Export invalidate_mapping_pages() to modules.

2007-01-03 Thread Anton Altaparmakov
On Wed, 3 Jan 2007, Arjan van de Ven wrote: On Mon, 2007-01-01 at 23:28 +, Anton Altaparmakov wrote: Hi Linus and Andrew, Please apply below patch which exports invalidate_mapping_pages() to modules. It makes no sense to me to export invalidate_inode_pages() and not

Re: [2.6 PATCH] Export invalidate_mapping_pages() to modules.

2007-01-03 Thread Andrew Morton
On Wed, 03 Jan 2007 05:29:31 -0800 Arjan van de Ven [EMAIL PROTECTED] wrote: On Mon, 2007-01-01 at 23:28 +, Anton Altaparmakov wrote: Hi Linus and Andrew, Please apply below patch which exports invalidate_mapping_pages() to modules. It makes no sense to me to export

Re: [2.6 PATCH] Export invalidate_mapping_pages() to modules.

2007-01-03 Thread Christoph Hellwig
On Wed, Jan 03, 2007 at 11:03:32AM -0800, Andrew Morton wrote: It makes no sense to me to export invalidate_inode_pages() and not invalidate_mapping_pages() and I actually need invalidate_mapping_pages() because of its range specification ability... akpm: also remove the export of

Re: [2.6 PATCH] Export invalidate_mapping_pages() to modules.

2007-01-03 Thread Andrew Morton
On Wed, 3 Jan 2007 20:11:23 + Christoph Hellwig [EMAIL PROTECTED] wrote: On Wed, Jan 03, 2007 at 11:03:32AM -0800, Andrew Morton wrote: It makes no sense to me to export invalidate_inode_pages() and not invalidate_mapping_pages() and I actually need invalidate_mapping_pages() because

[2.6 PATCH] Export invalidate_mapping_pages() to modules.

2007-01-01 Thread Anton Altaparmakov
Hi Linus and Andrew, Please apply below patch which exports invalidate_mapping_pages() to modules. It makes no sense to me to export invalidate_inode_pages() and not invalidate_mapping_pages() and I actually need invalidate_mapping_pages() because of its range specification ability... It

[2.6 PATCH] Export invalidate_mapping_pages() to modules.

2007-01-01 Thread Anton Altaparmakov
Hi Linus and Andrew, Please apply below patch which exports invalidate_mapping_pages() to modules. It makes no sense to me to export invalidate_inode_pages() and not invalidate_mapping_pages() and I actually need invalidate_mapping_pages() because of its range specification ability... It