2020-05-08 20:37:30

by Jonny Grant

[permalink] [raw]
Subject: [PATCH] /fs/ext4/ext4.h add a comment to ext4_dir_entry_2

Please find attached patch for review.

2020-05-08 Jonny Grant <[email protected]>

tests: comment ext4_dir_entry_2 file_type member

Cheers, Jonny


Attachments:
ext4_ext4_dir_entry_2.patch (436.00 B)

2020-05-11 20:22:14

by Andreas Dilger

[permalink] [raw]
Subject: Re: [PATCH] /fs/ext4/ext4.h add a comment to ext4_dir_entry_2

On May 8, 2020, at 2:36 PM, Jonny Grant <[email protected]> wrote:
>
> Please find attached patch for review.
>
> 2020-05-08 Jonny Grant <[email protected]>
>
> tests: comment ext4_dir_entry_2 file_type member
>
> Cheers, Jonny
> <ext4_ext4_dir_entry_2.patch>

Hi Jonny,
thanks for your patch. The patch itself looks reasonable, but can
you please submit it as inline text next time. To avoid issues with
whitespace formatting, you can use "git send-email" directly from
the command-line after making a commit with this change in it.

Also, the subject line of the patch should just have "ext4:" as the
subsystem, you don't need the whole pathname for the file, like:

ext4: add comment for ext4_dir_entry_2 file_type member

Finally, you should add a line:

Signed-off-by: Jonny Grant <[email protected]>

to indicate that you wrote the patch and you are OK with others using it.

See Documentation/process/submitting-patches.rst for full details.

Cheers, Andreas






Attachments:
signature.asc (890.00 B)
Message signed with OpenPGP

2020-05-17 22:40:04

by Jonny Grant

[permalink] [raw]
Subject: Re: [PATCH] /fs/ext4/ext4.h add a comment to ext4_dir_entry_2



On 11/05/2020 21:19, Andreas Dilger wrote:
> On May 8, 2020, at 2:36 PM, Jonny Grant <[email protected]> wrote:
>>
>> Please find attached patch for review.
>>
>> 2020-05-08 Jonny Grant <[email protected]>
>>
>> tests: comment ext4_dir_entry_2 file_type member
>>
>> Cheers, Jonny
>> <ext4_ext4_dir_entry_2.patch>
>
> Hi Jonny,
> thanks for your patch. The patch itself looks reasonable, but can
> you please submit it as inline text next time. To avoid issues with
> whitespace formatting, you can use "git send-email" directly from
> the command-line after making a commit with this change in it.
>
> Also, the subject line of the patch should just have "ext4:" as the
> subsystem, you don't need the whole pathname for the file, like:
>
> ext4: add comment for ext4_dir_entry_2 file_type member
>
> Finally, you should add a line:
>
> Signed-off-by: Jonny Grant <[email protected]>
>
> to indicate that you wrote the patch and you are OK with others using it.
>
> See Documentation/process/submitting-patches.rst for full details.
>
> Cheers, Andreas


Many thanks for your reply Andreas. I will follow your that patch guide,
thank you for the link.

Could I check, did you submit, or shall I submit via git send-email ?


Many thanks
Jonny

2020-05-18 04:03:05

by Andreas Dilger

[permalink] [raw]
Subject: Re: [PATCH] /fs/ext4/ext4.h add a comment to ext4_dir_entry_2

On May 17, 2020, at 4:39 PM, Jonny Grant <[email protected]> wrote:
>
>
>
> On 11/05/2020 21:19, Andreas Dilger wrote:
>> On May 8, 2020, at 2:36 PM, Jonny Grant <[email protected]> wrote:
>>>
>>> Please find attached patch for review.
>>>
>>> 2020-05-08 Jonny Grant <[email protected]>
>>>
>>> tests: comment ext4_dir_entry_2 file_type member
>>>
>>> Cheers, Jonny
>>>
>> Hi Jonny,
>> thanks for your patch. The patch itself looks reasonable, but can
>> you please submit it as inline text next time. To avoid issues with
>> whitespace formatting, you can use "git send-email" directly from
>> the command-line after making a commit with this change in it.
>> Also, the subject line of the patch should just have "ext4:" as the
>> subsystem, you don't need the whole pathname for the file, like:
>> ext4: add comment for ext4_dir_entry_2 file_type member
>> Finally, you should add a line:
>> Signed-off-by: Jonny Grant <[email protected]>
>> to indicate that you wrote the patch and you are OK with others using it.
>> See Documentation/process/submitting-patches.rst for full details.
>> Cheers, Andreas
>
>
> Many thanks for your reply Andreas. I will follow your that patch guide, thank you for the link.
>
> Could I check, did you submit, or shall I submit via git send-email ?

I didn't submit it. Best if you do so with the appropriate changes.

Cheers, Andreas






Attachments:
signature.asc (890.00 B)
Message signed with OpenPGP

2020-05-21 17:23:42

by Theodore Ts'o

[permalink] [raw]
Subject: Re: [PATCH] /fs/ext4/ext4.h add a comment to ext4_dir_entry_2

On Fri, May 08, 2020 at 09:36:43PM +0100, Jonny Grant wrote:
> Please find attached patch for review.
>
> 2020-05-08 Jonny Grant <[email protected]>
>
> tests: comment ext4_dir_entry_2 file_type member
>
> Cheers, Jonny

Hi Johnny, could you resubmit with the Signed-off-By: line? That's
really important. If you don't understand why, please read:

https://www.kernel.org/doc/html/latest/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin

Cheers,

- Ted