X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fobdclass%2Fdebug.c;h=9f9c0a4f8b7ed0af92176d797c3750175a33e342;hb=05b6528d2dc6f0b6b7647a2a3fd05bedd8b30f29;hp=2754af93172cecc5dca4cb15b6f0a92df980fc3e;hpb=19fff6ccfbd2889bc140fb5a8ee74902f8a35cc0;p=fs%2Flustre-release.git diff --git a/lustre/obdclass/debug.c b/lustre/obdclass/debug.c index 2754af9..9f9c0a4 100644 --- a/lustre/obdclass/debug.c +++ b/lustre/obdclass/debug.c @@ -40,11 +40,7 @@ #define DEBUG_SUBSYSTEM D_OTHER -#ifndef __KERNEL__ -# include -#endif -#include #include #include #include @@ -53,24 +49,12 @@ 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); -void dump_lsm(int level, struct lov_stripe_md *lsm) -{ - CDEBUG(level, "lsm %p, objid "DOSTID", maxbytes "LPX64", magic 0x%08X," - " stripe_size %u, stripe_count %u, refc: %d," - " layout_gen %u, pool ["LOV_POOLNAMEF"]\n", lsm, - POSTID(&lsm->lsm_oi), lsm->lsm_maxbytes, lsm->lsm_magic, - lsm->lsm_stripe_size, lsm->lsm_stripe_count, - atomic_read(&lsm->lsm_refc), lsm->lsm_layout_gen, - lsm->lsm_pool_name); -} -EXPORT_SYMBOL(dump_lsm); - #define LPDS sizeof(__u64) int block_debug_setup(void *addr, int len, __u64 off, __u64 id) {