kernel: By default, MNT_DETACH is used as the value for the mount point.

This commit is contained in:
ShirkNeko
2025-11-07 13:37:09 +08:00
parent 4769065cfc
commit 03a164ebb7
3 changed files with 10 additions and 3 deletions

View File

@@ -361,7 +361,7 @@ enum Umount {
check_mnt: bool,
/// Umount flags (0 or 8 for MNT_DETACH)
#[arg(long, default_value = "0")]
#[arg(long, default_value = "-1")]
flags: i32,
},