Loading lib/blobfs/blobfs.c +1 −0 Original line number Diff line number Diff line Loading @@ -305,6 +305,7 @@ init_cb(void *ctx, struct spdk_blob_store *bs, int bserrno) common_fs_bs_init(fs, bs); } else { free(fs); fs = NULL; } args->fn.fs_op_with_handle(args->arg, fs, bserrno); Loading Loading
lib/blobfs/blobfs.c +1 −0 Original line number Diff line number Diff line Loading @@ -305,6 +305,7 @@ init_cb(void *ctx, struct spdk_blob_store *bs, int bserrno) common_fs_bs_init(fs, bs); } else { free(fs); fs = NULL; } args->fn.fs_op_with_handle(args->arg, fs, bserrno); Loading