numam-spdk/test/blobfs
Wang Shilong 78ba12ecf4 module/blobfs: fix segmentation fault when fuse mount fail
if mountpoint doesn't exist, fuse mount will fail and @bfuse
will be null, blobfs_fuse_stop() try to access it without
check which cause segmentation finally.

Patch also improve test messages output to include
terminator properly.

Signed-off-by: Wang Shilong <wangshilong1991@gmail.com>
Change-Id: Idba23e3922778f1985d1f4841a1701cdc272ef17
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3863
Community-CI: Mellanox Build Bot
Reviewed-by: Xiaodong Liu <xiaodong.liu@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
2020-08-21 08:22:25 +00:00
..
fuse module/blobfs: fix segmentation fault when fuse mount fail 2020-08-21 08:22:25 +00:00
mkfs make: Create variable for event_bdev dependencies 2020-07-08 07:56:46 +00:00
rocksdb build: Example applications build to build/example 2020-06-15 15:27:16 +00:00
blobfs.sh test/blobfs: fix a bug that $SPDK_TEST_STORAGE is NULL 2020-06-02 09:52:20 +00:00
Makefile blobfs/fuse: put FUSE code in module blobfs_bdev 2019-10-15 16:25:09 +00:00