13d6d00347
In show_blob(), value_len of xattr contains terminator '\0', which is printed as '.' when calling spdk_log_dump(). For example, we set key/value pair as <key1,xattr value>, we get "xattr value." but not "xattr value" when showing blob info. Skip '\0' will fix this. And "data[BUFSIZE]" seems redundant here, remove it. Signed-off-by: Richael Zhuang <richael.zhuang@arm.com> Change-Id: I4e7c3276e51f14badf43b660b80b24ae85bb0900 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1745 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> |
||
---|---|---|
.. | ||
cli | ||
hello_world | ||
Makefile |