From c0c4ea9f86bddc5a764817e591d788c713436bbf Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Mon, 7 Apr 2025 21:26:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BC=95=E5=85=A5KPM=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E4=BB=A5=E6=94=AF=E6=8C=81=E6=96=87=E4=BB=B6=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- userspace/ksud/src/init_event.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/userspace/ksud/src/init_event.rs b/userspace/ksud/src/init_event.rs index 960ad4f2..6ce22715 100644 --- a/userspace/ksud/src/init_event.rs +++ b/userspace/ksud/src/init_event.rs @@ -5,6 +5,7 @@ use anyhow::{Context, Result}; use log::{info, warn}; use rustix::fs::{MountFlags, mount}; use std::path::Path; +use crate::kpm; pub fn on_post_data_fs() -> Result<()> { ksucalls::report_post_fs_data();