Blobfs: update the display string
Change-Id: Ia891b7ccac5ccb2def7b59d081750d7ec5f9729e Signed-off-by: GangCao <gang.cao@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2604 Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
6e08a3146c
commit
391dd1c268
@ -2358,7 +2358,7 @@ __file_flush(void *ctx)
|
|||||||
__get_page_parameters(file, offset, length, &start_lba, &lba_size, &num_lba);
|
__get_page_parameters(file, offset, length, &start_lba, &lba_size, &num_lba);
|
||||||
|
|
||||||
next->in_progress = true;
|
next->in_progress = true;
|
||||||
BLOBFS_TRACE(file, "offset=%jx length=%jx page start=%jx num=%jx\n",
|
BLOBFS_TRACE(file, "offset=0x%jx length=0x%jx page start=0x%jx num=0x%jx\n",
|
||||||
offset, length, start_lba, num_lba);
|
offset, length, start_lba, num_lba);
|
||||||
pthread_spin_unlock(&file->lock);
|
pthread_spin_unlock(&file->lock);
|
||||||
spdk_blob_io_write(file->blob, file->fs->sync_target.sync_fs_channel->bs_channel,
|
spdk_blob_io_write(file->blob, file->fs->sync_target.sync_fs_channel->bs_channel,
|
||||||
|
Loading…
Reference in New Issue
Block a user