Skip to content

Commit

Permalink
Revert "bdev/lvol: Disable memory domains support for LVOL bdev"
Browse files Browse the repository at this point in the history
This reverts commit cb8ad9f.

Signed-off-by: Evgeniy Kochetov <[email protected]>
  • Loading branch information
EugeneKochetov committed Aug 25, 2022
1 parent b718222 commit d6b0a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/bdev/lvol/vbdev_lvol.c
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ static struct spdk_bdev_fn_table vbdev_lvol_fn_table = {
.get_io_channel = vbdev_lvol_get_io_channel,
.dump_info_json = vbdev_lvol_dump_info_json,
.write_config_json = vbdev_lvol_write_config_json,
/* .get_memory_domains = vbdev_lvol_get_memory_domains, */
.get_memory_domains = vbdev_lvol_get_memory_domains,
};

static void
Expand Down

0 comments on commit d6b0a92

Please sign in to comment.