1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:27:44 +00:00

Revert "Kernel & Userland: Allow to mount image files formatted with Ext2FS"

This reverts commit a60ea79a41.

Reverting these changes since they broke things.
Fixes #1608.
This commit is contained in:
Andreas Kling 2020-04-03 21:20:46 +02:00
parent 28be90120b
commit 9ae3cced76
8 changed files with 51 additions and 101 deletions

View file

@ -395,7 +395,7 @@ struct SC_rename_params {
};
struct SC_mount_params {
int source_fd;
StringArgument source;
StringArgument target;
StringArgument fs_type;
int flags;