On Wed, Nov 28, 2007 at 05:11:05PM -0800, Christoph Lameter wrote:
> @@ -453,7 +454,7 @@ fill_it:
>        */
>       while (page_nr < nr_pages)
>               page_cache_release(pages[page_nr++]);
> -     in->f_ra.prev_pos = (loff_t)index << PAGE_CACHE_SHIFT;
> +     in->f_ra.prev_pos = page_cache_index(mapping, index);

        in->f_ra.prev_pos = page_cache_pos(mapping, index, 0);

Cheers,

Dave.
-- 
Dave Chinner
Principal Engineer
SGI Australian Software Group
-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to