commit | 520c8b16505236fc82daa352e6c5e73cd9870cff | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <[email protected]> | Tue Apr 01 17:08:42 2014 +0200 |
committer | Miklos Szeredi <[email protected]> | Tue Apr 01 17:08:42 2014 +0200 |
tree | e61b78440874e083928821423e226c0ecc2d6647 | |
parent | bc27027a73e8b80376b51a1583ad1c7445605e8a [diff] |
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 <[email protected]> Reviewed-by: J. Bruce Fields <[email protected]>