2022-08-30 22:03:47

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: Fixes tag needs some work in the cifs tree

Hi all,

In commit

ebcc8ccc13e0 ("smb3: use filemap_write_and_wait_range instead of filemap_write_and_wait")

Fixes tag

Fixes: c3a72bb21320 ("Reviewed-by: David Howells <[email protected]>")

has these problem(s):

- Subject does not match target commit subject
Just use
git log -1 --format='Fixes: %h ("%s")'

So,

Fixes: c3a72bb21320 ("smb3: Move the flush out of smb2_copychunk_range() into its callers")

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2022-08-30 22:22:19

by Steve French

[permalink] [raw]
Subject: Re: linux-next: Fixes tag needs some work in the cifs tree

sorry about the cut-n-paste error

fixed

On Tue, Aug 30, 2022 at 4:42 PM Stephen Rothwell <[email protected]> wrote:
>
> Hi all,
>
> In commit
>
> ebcc8ccc13e0 ("smb3: use filemap_write_and_wait_range instead of filemap_write_and_wait")
>
> Fixes tag
>
> Fixes: c3a72bb21320 ("Reviewed-by: David Howells <[email protected]>")
>
> has these problem(s):
>
> - Subject does not match target commit subject
> Just use
> git log -1 --format='Fixes: %h ("%s")'
>
> So,
>
> Fixes: c3a72bb21320 ("smb3: Move the flush out of smb2_copychunk_range() into its callers")
>
> --
> Cheers,
> Stephen Rothwell



--
Thanks,

Steve