Skip to content

Commit dc5d380

Browse files
committed
sys/linux: add rnullb descriptions
/dev/rnullb{} is the Rust implementation of the null block driver.
1 parent b47f9e0 commit dc5d380

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sys/linux/dev_block.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ resource fd_block_trace[fd]
1212
resource fd_block[fd_block_trace]
1313

1414
openat$nullb(fd const[AT_FDCWD], file ptr[in, string["/dev/nullb0"]], flags flags[open_flags], mode const[0]) fd_block
15+
openat$rnullb(fd const[AT_FDCWD], file ptr[in, string["/dev/rnullb0"]], flags flags[open_flags], mode const[0]) fd_block
1516
openat$md(fd const[AT_FDCWD], file ptr[in, string["/dev/md0"]], flags flags[open_flags], mode const[0]) fd_block
1617
openat$pmem0(fd const[AT_FDCWD], file ptr[in, string["/dev/pmem0"]], flags flags[open_flags], mode const[0]) fd_block
1718

sys/linux/filesystem.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ blockdev_filename [
8686
nbd nbd_filename
8787
loop loop_filename
8888
nullb string["/dev/nullb0"]
89+
rnullb string["/dev/rnullb0"]
8990
md0 string["/dev/md0"]
9091
sg0 string["/dev/sg0"]
9192
sr0 string["/dev/sr0"]

0 commit comments

Comments
 (0)