We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f9f8b commit c9139b0Copy full SHA for c9139b0
src/cachedev.rs
@@ -558,6 +558,7 @@ impl DmDevice<CacheDevTargetTable> for CacheDev {
558
impl CacheDev {
559
/// Construct a new CacheDev with the given data and meta devs.
560
/// Returns an error if the device is already known to the kernel.
561
+ #[allow(clippy::too_many_arguments)]
562
pub fn new(
563
dm: &DM,
564
name: &DmName,
@@ -590,6 +591,7 @@ impl CacheDev {
590
591
}
592
593
/// Set up a cache device from the given metadata and data devices.
594
595
pub fn setup(
596
597
0 commit comments