Constant kdevice::log::MAXOPBLOCKS [−][src]
pub const MAXOPBLOCKS: usize = 20;
Expand description
Maximum number of blocks per transactional operation.
The caller should guarantee this between each pair of begin_op
and end_op
.