summaryrefslogtreecommitdiff
path: root/drivers/block
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2026-02-12 14:01:38 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2026-02-12 14:01:38 -0800
commit8c0901b6f9c807a6aa33dccedc548bf10c17a85c (patch)
tree084369782705aa0e471a2c40220d63b0625345b8 /drivers/block
parent136114e0abf03005e182d75761ab694648e6d388 (diff)
parent6363844fdbbb76afe1d44d678fe0746390204a5f (diff)
Merge tag 'configfs-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/a.hindborg/linux
Pull configfs updates from Andreas Hindborg: - Switch the configfs rust bindings to use c string literals provided by the compiler, rather than a macro - A follow up on constifying `configfs_item_operations`, applying the change to the configfs sample * tag 'configfs-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/a.hindborg/linux: samples: configfs: Constify struct configfs_item_operations and configfs_group_operations rust: configfs: replace `kernel::c_str!` with C-Strings
Diffstat (limited to 'drivers/block')
-rw-r--r--drivers/block/rnull/configfs.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/rnull/configfs.rs b/drivers/block/rnull/configfs.rs
index 158f38bbbb8b..7c2eb5c0b722 100644
--- a/drivers/block/rnull/configfs.rs
+++ b/drivers/block/rnull/configfs.rs
@@ -3,7 +3,6 @@
use super::{NullBlkDevice, THIS_MODULE};
use kernel::{
block::mq::gen_disk::{GenDisk, GenDiskBuilder},
- c_str,
configfs::{self, AttributeOperations},
configfs_attrs,
fmt::{self, Write as _},