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
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