Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions glidefs/src/block/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ pub mod write_trace;
#[allow(unsafe_code)] // Netlink socket FFI
pub mod nbd;

// Opcode policy for ublk zero-copy no-payload ops. Lives outside the
// Linux/ublk cfg so the WRITE_ZEROES-must-run contract is testable here.
pub mod ublk_zc_policy;

// ublk transport (Linux 6.0+, io_uring-based userspace block device)
#[cfg(all(target_os = "linux", feature = "ublk"))]
#[allow(unsafe_code)] // io_uring + eventfd FFI, single-threaded executor
Expand Down
Loading
Loading