feat: 引入KPM模块以支持文件系统数据处理

This commit is contained in:
ShirkNeko
2025-04-07 21:26:08 +08:00
parent a13179cd09
commit c0c4ea9f86

View File

@@ -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();