Skip to content

Instantly share code, notes, and snippets.

@illiliti
Created March 30, 2020 00:27
Show Gist options
  • Save illiliti/7c07d3b7a9b762bc0ffe7600d0229b3f to your computer and use it in GitHub Desktop.
Save illiliti/7c07d3b7a9b762bc0ffe7600d0229b3f to your computer and use it in GitHub Desktop.
fix ubase mount -o move
diff --git a/mount.c b/mount.c
index e3d00b8..172fd05 100644
--- a/mount.c
+++ b/mount.c
@@ -36,6 +36,7 @@ struct {
{ "mand", "nomand", MS_MANDLOCK },
{ "relatime", "norelatime", MS_RELATIME },
{ "bind", NULL, MS_BIND },
+ { "move", NULL, MS_MOVE },
{ NULL, NULL, 0 }
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment