Skip to content
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

Implement renameat2 #263

Closed
ianlewis opened this issue May 31, 2019 · 1 comment
Closed

Implement renameat2 #263

ianlewis opened this issue May 31, 2019 · 1 comment
Labels
area: compatibility Issue related to (Linux) kernel compatibility area: filesystem Issue related to filesystem priority: p2 Normal priority type: enhancement New feature or request

Comments

@ianlewis
Copy link
Contributor

http://man7.org/linux/man-pages/man2/renameat2.2.html

@ianlewis ianlewis added type: enhancement New feature or request area: compatibility Issue related to (Linux) kernel compatibility priority: p2 Normal priority area: filesystem Issue related to filesystem labels May 31, 2019
@nlacasse
Copy link
Collaborator

nlacasse commented Feb 9, 2022

This has been implemented in VFS2, which is now the default in Runsc:

func Renameat2(t *kernel.Task, args arch.SyscallArguments) (uintptr, *kernel.SyscallControl, error) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: compatibility Issue related to (Linux) kernel compatibility area: filesystem Issue related to filesystem priority: p2 Normal priority type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants