mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:57:45 +00:00
Kernel & Userland: Allow to mount image files formatted with Ext2FS
This commit is contained in:
parent
6b59311d4b
commit
a60ea79a41
8 changed files with 101 additions and 51 deletions
|
@ -395,7 +395,7 @@ struct SC_rename_params {
|
|||
};
|
||||
|
||||
struct SC_mount_params {
|
||||
StringArgument source;
|
||||
int source_fd;
|
||||
StringArgument target;
|
||||
StringArgument fs_type;
|
||||
int flags;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue