X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=lustre%2Flov%2Flov_page.c;fp=lustre%2Flov%2Flov_page.c;h=869c0b847876073b10a11c01e74450da8aad8fc9;hb=e31e234c06ac798501cdb7ec92269af83157cb21;hp=19a908f7da76763465461cff80ec4906a52446e4;hpb=cf90908afea9e3563cf174fa4e6d10de50faab68;p=fs%2Flustre-release.git diff --git a/lustre/lov/lov_page.c b/lustre/lov/lov_page.c index 19a908f..869c0b8 100644 --- a/lustre/lov/lov_page.c +++ b/lustre/lov/lov_page.c @@ -55,7 +55,9 @@ static int lov_comp_page_print(const struct lu_env *env, { struct lov_page *lp = cl2lov_page(slice); - return (*printer)(env, cookie, LUSTRE_LOV_NAME"-page@%p, raid0\n", lp); + return (*printer)(env, cookie, + LUSTRE_LOV_NAME"-page@%p, comp index: %x\n", + lp, lp->lps_index); } static const struct cl_page_operations lov_comp_page_ops = {