diff mbox series

[v3,5/5] syscalls/dup2: rename dup205 to dup204

Message ID 20210916104933.33409-6-qi.fuli@fujitsu.com
State Superseded
Headers show
Series Convert syscalls/dup2/dup2{01...05} to new API | expand

Commit Message

QI Fuli Sept. 16, 2021, 10:49 a.m. UTC
From: QI Fuli <qi.fuli@fujitsu.com>

Signed-off-by: QI Fuli <qi.fuli@fujitsu.com>
---
 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%)

Comments

Yang Xu \(Fujitsu\) Sept. 17, 2021, 3:20 a.m. UTC | #1
Hi Qi

> From: QI Fuli<qi.fuli@fujitsu.com>
>
> Signed-off-by: QI Fuli<qi.fuli@fujitsu.com>
> ---
>   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
qi.fuli@fujitsu.com Sept. 17, 2021, 4:29 a.m. UTC | #2
> Subject: Re: [LTP] [PATCH v3 5/5] syscalls/dup2: rename dup205 to dup204
> 
> Hi Qi
> 
> > From: QI Fuli<qi.fuli@fujitsu.com>
> >
> > Signed-off-by: QI Fuli<qi.fuli@fujitsu.com>
> > ---
> >   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
> 

Thank you very much.

Best,
QI

> >
> > 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
diff mbox series

Patch

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