X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftarget%2Ftgt_handler.c;fp=lustre%2Ftarget%2Ftgt_handler.c;h=4fff6a6dc2c7dcb9b1eb1e89a5f76174535fb64f;hp=a37e52e6a47746c4e355931f3b54c43468356ca2;hb=f7392c7c4a16bc1127ee448f937ba81c50dcdfd5;hpb=b2d73351e64677cb8ff650d92a8744634f73e0fd diff --git a/lustre/target/tgt_handler.c b/lustre/target/tgt_handler.c index a37e52e..4fff6a6 100644 --- a/lustre/target/tgt_handler.c +++ b/lustre/target/tgt_handler.c @@ -1882,9 +1882,8 @@ static void dump_all_bulk_pages(struct obdo *oa, int count, * file/fid, not during the resends/retries. */ snprintf(dbgcksum_file_name, sizeof(dbgcksum_file_name), "%s-checksum_dump-ost-"DFID":[%llu-%llu]-%x-%x", - (strncmp(libcfs_debug_file_path_arr, "NONE", 4) != 0 ? - libcfs_debug_file_path_arr : - LIBCFS_DEBUG_FILE_PATH_DEFAULT), + (strncmp(libcfs_debug_file_path, "NONE", 4) != 0 ? + libcfs_debug_file_path : LIBCFS_DEBUG_FILE_PATH_DEFAULT), oa->o_valid & OBD_MD_FLFID ? oa->o_parent_seq : (__u64)0, oa->o_valid & OBD_MD_FLFID ? oa->o_parent_oid : 0, oa->o_valid & OBD_MD_FLFID ? oa->o_parent_ver : 0,