summaryrefslogtreecommitdiff
path: root/rust/kernel/xarray.rs
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2026-06-22 23:10:08 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2026-06-22 23:10:08 -0700
commit7a0e692a0381254b2f77c54dec100cd3325a6fdf (patch)
tree2d2ce96c3471a02166323e88cd7ccab1d43b1cd4 /rust/kernel/xarray.rs
parentfb402386af4cdce108ff991a796386de55439735 (diff)
parenta6ac4e24c1a8a533bb61035184fdcc7eede4cc8d (diff)
Merge branch 'next' into for-linus
Prepare input updates for 7.2 merge window.
Diffstat (limited to 'rust/kernel/xarray.rs')
-rw-r--r--rust/kernel/xarray.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/kernel/xarray.rs b/rust/kernel/xarray.rs
index a49d6db28845..46e5f43223fe 100644
--- a/rust/kernel/xarray.rs
+++ b/rust/kernel/xarray.rs
@@ -172,6 +172,7 @@ pub struct StoreError<T> {
}
impl<T> From<StoreError<T>> for Error {
+ #[inline]
fn from(value: StoreError<T>) -> Self {
value.error
}