diff mbox series

[1/3] .gitignore: add src/fcntl_lock_corner_tests

Message ID d81464d8af573126efcc0551f80bd9968a38ab40.1709806478.git.anand.jain@oracle.com (mailing list archive)
State New, archived
Headers show
Series fstests: test tempfsid with dm flakey device | expand

Commit Message

Anand Jain March 7, 2024, 12:50 p.m. UTC
git status reports a stray src/fcntl_lock_corner_tests; bring it under the
ignore.

Signed-off-by: Anand Jain <anand.jain@oracle.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Zorro Lang March 7, 2024, 3:26 p.m. UTC | #1
On Thu, Mar 07, 2024 at 06:20:22PM +0530, Anand Jain wrote:
> git status reports a stray src/fcntl_lock_corner_tests; bring it under the
> ignore.
> 
> Signed-off-by: Anand Jain <anand.jain@oracle.com>
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 3b160209ac03..574aa9e8c1d1 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -93,6 +93,7 @@ tags
>  /src/fsync-err
>  /src/fsync-tester
>  /src/ftrunc
> +/src/fcntl_lock_corner_tests

I haven't merged this test[1], the author is still looking into it,
due to some issues on cifs side. So this's an invalid patch.

But you remind me that patch forgot to do this change :) You can
reply to it as a review point :)

Thanks,
Zorro

[1]
https://lore.kernel.org/fstests/20240303050853.f7wslqfkkgdfv37i@dell-per750-06-vm-08.rhts.eng.pek2.redhat.com/

>  /src/genhashnames
>  /src/getdevicesize
>  /src/getpagesize
> -- 
> 2.39.3
> 
>
Anand Jain March 7, 2024, 3:55 p.m. UTC | #2
On 3/7/24 20:56, Zorro Lang wrote:
> On Thu, Mar 07, 2024 at 06:20:22PM +0530, Anand Jain wrote:
>> git status reports a stray src/fcntl_lock_corner_tests; bring it under the
>> ignore.
>>
>> Signed-off-by: Anand Jain <anand.jain@oracle.com>
>> ---
>>   .gitignore | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/.gitignore b/.gitignore
>> index 3b160209ac03..574aa9e8c1d1 100644
>> --- a/.gitignore
>> +++ b/.gitignore
>> @@ -93,6 +93,7 @@ tags
>>   /src/fsync-err
>>   /src/fsync-tester
>>   /src/ftrunc
>> +/src/fcntl_lock_corner_tests
> 
> I haven't merged this test[1], the author is still looking into it,
> due to some issues on cifs side. So this's an invalid patch.
> 
> But you remind me that patch forgot to do this change :) You can
> reply to it as a review point :)
> 

If not integrated, this change can be folded into it no need of a
new patch.  Adding a review comment to remain the author.

Thanks, Anand

> Thanks,
> Zorro
> 
> [1]
> https://lore.kernel.org/fstests/20240303050853.f7wslqfkkgdfv37i@dell-per750-06-vm-08.rhts.eng.pek2.redhat.com/
> 
>>   /src/genhashnames
>>   /src/getdevicesize
>>   /src/getpagesize
>> -- 
>> 2.39.3
>>
>>
>
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index 3b160209ac03..574aa9e8c1d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -93,6 +93,7 @@  tags
 /src/fsync-err
 /src/fsync-tester
 /src/ftrunc
+/src/fcntl_lock_corner_tests
 /src/genhashnames
 /src/getdevicesize
 /src/getpagesize