X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fobdclass%2Fdebug.c;h=7d65547b50a1d81705313e3e655b8665c95cf2a2;hp=4aa165fbf1d896cda87e1d1c16f13ce7010a5b60;hb=6fc066434a3b8d4cfee0e038eb5da1cf4c8b5c74;hpb=bd2cd32261669849b901315f296e43f14dabf469 diff --git a/lustre/obdclass/debug.c b/lustre/obdclass/debug.c index 4aa165f..7d65547 100644 --- a/lustre/obdclass/debug.c +++ b/lustre/obdclass/debug.c @@ -52,9 +52,9 @@ void dump_lniobuf(struct niobuf_local *nb) { CDEBUG(D_RPCTRACE, "niobuf_local: file_offset="LPD64", len=%d, page=%p, rc=%d\n", - nb->lnb_file_offset, nb->len, nb->page, nb->rc); + nb->lnb_file_offset, nb->lnb_len, nb->lnb_page, nb->lnb_rc); CDEBUG(D_RPCTRACE, "nb->page: index = %ld\n", - nb->page ? page_index(nb->page) : -1); + nb->lnb_page ? page_index(nb->lnb_page) : -1); } EXPORT_SYMBOL(dump_lniobuf);