vfs: add renameat2 syscall
Add new renameat2 syscall, which is the same as renameat with an added flags argument. Pass flags to vfs_rename() and to i_op->rename() as well. Signed-off-by:Miklos Szeredi <mszeredi@suse.cz> Reviewed-by:
J. Bruce Fields <bfields@redhat.com>
Showing
- Documentation/filesystems/Locking 5 additions, 1 deletionDocumentation/filesystems/Locking
- Documentation/filesystems/vfs.txt 16 additions, 0 deletionsDocumentation/filesystems/vfs.txt
- arch/x86/syscalls/syscall_64.tbl 1 addition, 0 deletionsarch/x86/syscalls/syscall_64.tbl
- drivers/staging/lustre/lustre/include/linux/lustre_compat25.h 2 additions, 2 deletions...ers/staging/lustre/lustre/include/linux/lustre_compat25.h
- drivers/staging/lustre/lustre/lvfs/lvfs_linux.c 1 addition, 1 deletiondrivers/staging/lustre/lustre/lvfs/lvfs_linux.c
- fs/cachefiles/namei.c 1 addition, 1 deletionfs/cachefiles/namei.c
- fs/ecryptfs/inode.c 1 addition, 1 deletionfs/ecryptfs/inode.c
- fs/namei.c 27 additions, 7 deletionsfs/namei.c
- fs/nfsd/vfs.c 1 addition, 1 deletionfs/nfsd/vfs.c
- include/linux/fs.h 3 additions, 1 deletioninclude/linux/fs.h
Loading
Please register or sign in to comment