]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge tag 'configfs-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Feb 2026 22:01:38 +0000 (14:01 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Feb 2026 22:01:38 +0000 (14:01 -0800)
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

1  2 
drivers/block/rnull/configfs.rs

index 158f38bbbb8b737bd7eca07e4e2529e836a50c1d,6713a6d92391d9e4a70491fa0cc0c34fe4a8d859..7c2eb5c0b7228ce771da84cba70f9d1cd832dbec
@@@ -3,7 -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 _},