X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2Frw.c;h=4c6da36d9665f8e04815f6601b9f07f310748fca;hp=c88ee152a6dadc8ae640bb740e94a8451b50d761;hb=a221fb78b48c82df803e1f6f1548a2f75e0ad13f;hpb=7e7ccbc109a05f780ca75dd30306b8d8bb415588;ds=sidebyside diff --git a/lustre/llite/rw.c b/lustre/llite/rw.c index c88ee15..4c6da36 100644 --- a/lustre/llite/rw.c +++ b/lustre/llite/rw.c @@ -503,7 +503,7 @@ static int cl_read_ahead_page(const struct lu_env *env, struct cl_io *io, */ static int ll_read_ahead_page(const struct lu_env *env, struct cl_io *io, struct cl_page_list *queue, - int index, struct address_space *mapping) + pgoff_t index, struct address_space *mapping) { struct page *vmpage; struct cl_object *clob = ll_i2info(mapping->host)->lli_clob;