X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fobdclass%2Fdebug.c;h=1c556bbc8582610d56abac8a8f4ea92a95a74f2b;hp=bb9ec065771e49a1e854fa46102c4664b8cdb5d3;hb=f52ece3201af131a7bb8a7b2766d3f0a98c00fca;hpb=e2af7fb3c91dfb13d34d8e1b2f2df8c09621f768 diff --git a/lustre/obdclass/debug.c b/lustre/obdclass/debug.c index bb9ec06..1c556bb 100644 --- a/lustre/obdclass/debug.c +++ b/lustre/obdclass/debug.c @@ -61,13 +61,15 @@ EXPORT_SYMBOL(dump_lniobuf); void dump_lsm(int level, struct lov_stripe_md *lsm) { - CDEBUG(level, "lsm %p, objid "LPX64", maxbytes "LPX64", magic 0x%08X, " - "stripe_size %u, stripe_count %u, " - "layout_gen %u, pool ["LOV_POOLNAMEF"]\n", lsm, - lsm->lsm_object_id, lsm->lsm_maxbytes, lsm->lsm_magic, - lsm->lsm_stripe_size, lsm->lsm_stripe_count, - lsm->lsm_layout_gen, lsm->lsm_pool_name); + CDEBUG(level, "lsm %p, objid "LPX64", maxbytes "LPX64", magic 0x%08X, " + "stripe_size %u, stripe_count %u, refc: %d, " + "layout_gen %u, pool ["LOV_POOLNAMEF"]\n", lsm, + lsm->lsm_object_id, lsm->lsm_maxbytes, lsm->lsm_magic, + lsm->lsm_stripe_size, lsm->lsm_stripe_count, + cfs_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) @@ -85,6 +87,7 @@ int block_debug_setup(void *addr, int len, __u64 off, __u64 id) return 0; } +EXPORT_SYMBOL(block_debug_setup); int block_debug_check(char *who, void *addr, int end, __u64 off, __u64 id) { @@ -120,9 +123,5 @@ int block_debug_check(char *who, void *addr, int end, __u64 off, __u64 id) return err; } -#undef LPDS - -//EXPORT_SYMBOL(dump_req); -EXPORT_SYMBOL(dump_lsm); -EXPORT_SYMBOL(block_debug_setup); EXPORT_SYMBOL(block_debug_check); +#undef LPDS