Fix extfs(8) read-only compat mode.

This commit is contained in:
Jonas 'Sortie' Termansen 2022-08-23 22:32:49 +02:00
parent 8789069f7e
commit add59b27da
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ int main(int argc, char* argv[])
"features, falling back to read-only access\n",
device_path);
// TODO: Modify the file descriptor such that writing fails!
read = true;
write = false;
}
// Check whether any features are in use that we can safely disregard.