Skip to content

Commit

Permalink
examples: ramdisk: name it as example_ramdisk
Browse files Browse the repository at this point in the history
Signed-off-by: Ming Lei <tom.leiming@gmail.com>
  • Loading branch information
ming1 committed Oct 17, 2023
1 parent 2c61a6b commit 13fadcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ramdisk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fn rd_add_dev(dev_id: i32, buf_addr: u64, size: u64, for_add: bool) {

let wh = {
let sess = libublk::UblkSessionBuilder::default()
.name("ramdisk")
.name("example_ramdisk")
.id(dev_id)
.nr_queues(1_u16)
.depth(128_u16)
Expand Down

0 comments on commit 13fadcd

Please sign in to comment.