-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prevent cross space move #3035
prevent cross space move #3035
Conversation
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
Maybe you should implement the move as "copy/remove" rather than forbidden this feature? |
Yes. COPY & DELETE works fine |
@labkode the move is only forbidden for decomposedfs. It is technically possible, but requires moving all children, from one space to another, which is why I decided to forbid it for now. Other drivers are not affected. |
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
This reverts commit 6cd5041.
decomposedfs now prevents moving across space boundaries
fixes owncloud/ocis#4114