[LTP] [PATCH v3 5/5] syscalls/dup2: rename dup205 to dup204
From: xuyang2018.jy@fujitsu.com <xuyang2018.jy@fujitsu.com>
Date: 2021-09-17 03:20:52
From: xuyang2018.jy@fujitsu.com <xuyang2018.jy@fujitsu.com>
Date: 2021-09-17 03:20:52
Hi Qi
From: QI Fuli<redacted>
Signed-off-by: QI Fuli<redacted>
---
testcases/kernel/syscalls/dup2/{dup205.c => dup204.c} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename testcases/kernel/syscalls/dup2/{dup205.c => dup204.c} (100%)You miss .gitnore and runtest/syscalls. We also need to remove dup205 tag in them. No need v4. Maintainer Will remove them when merging this patchset. Other than some nits(useless comments, empty line, whitespace), this patchset looks good to me. Reviewed-by: Yang Xu <xuyang2018.jy@fujitsu.com> Best Regards Yang Xu
diff --git a/testcases/kernel/syscalls/dup2/dup205.c b/testcases/kernel/syscalls/dup2/dup204.c similarity index 100% rename from testcases/kernel/syscalls/dup2/dup205.c rename to testcases/kernel/syscalls/dup2/dup204.c