Rik,
Ok, I understand what you're doing now. How is this going to affect
page cache based file systems.
Jeff
Rik van Riel wrote:
>
> On Wed, 25 Oct 2000, Alexander Viro wrote:
>
> > In generic_file_readahead():
> >
> > unsigned long end_index = inode->i_size >> PAGE_CACHE_SHIFT;
> >
On Wed, 25 Oct 2000, Alexander Viro wrote:
> In generic_file_readahead():
>
> unsigned long end_index = inode->i_size >> PAGE_CACHE_SHIFT;
> unsigned long index = page->index;
> ...
> max_ahead = 0;
> ...
> raend = index;
>
In generic_file_readahead():
unsigned long end_index = inode->i_size >> PAGE_CACHE_SHIFT;
unsigned long index = page->index;
...
max_ahead = 0;
...
raend = index;
if (raend < end_index)
3 matches
Mail list logo