]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
common/renameat2: Make _rename_tests_source_dest take flags as 4th arguement
authorNikolay Borisov <nborisov@suse.com>
Mon, 30 Aug 2021 12:23:05 +0000 (15:23 +0300)
committerEryu Guan <guaneryu@gmail.com>
Sun, 5 Sep 2021 13:26:01 +0000 (21:26 +0800)
commit83bc5abe4a02f5ff8bdf9e05239e82366d34e861
tree0d174a92e995ec16d59fdfa0d4490662814e2f5e
parent1506607a5c2b183a0b8e0f12b5273e7054a29f4c
common/renameat2: Make _rename_tests_source_dest take flags as 4th arguement

Currently this function takes the flags parameter to be passed to the
renameat program by assuming there exists a 'flags' variable. Instead,
make the flags being passed as 4th argument to the function.

Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
common/renameat2