mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 19:16:02 +00:00
Userland/mount: Fix srcobfuscate => srchidden when printing mounts
Fixes 0734de9f9a
.
By mistake, I forgot to change this instance to "srchidden", so let's
fix this.
This commit is contained in:
parent
df9dd8ec69
commit
a90e876667
Notes:
sideshowbarker
2024-07-17 07:25:39 +09:00
Author: https://github.com/supercomputer7
Commit: a90e876667
Pull-request: https://github.com/SerenityOS/serenity/pull/23588
Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ static ErrorOr<void> print_mounts()
|
|||
if (mount_flags & MS_NOREGULAR)
|
||||
out(",noregular");
|
||||
if (mount_flags & MS_SRCHIDDEN)
|
||||
out(",srcobfuscate");
|
||||
out(",srchidden");
|
||||
if (mount_flags & MS_NOEXEC)
|
||||
out(",noexec");
|
||||
if (mount_flags & MS_NOSUID)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue