Re: [GIT PULL] ksmbd fixes

From: Linus Torvalds
Date: Thu Sep 09 2021 - 19:21:58 EST


On Thu, Sep 9, 2021 at 2:59 PM Steve French <smfrench@xxxxxxxxx> wrote:
>
> 18 ksmbd fixes including:

Sigh.. The text in the tag says 19.

But 18 was indeed correct.

For next time, if you're not quite certain, git can help you with these things:

git rev-list --count --no-merges linus..

or similar.

But the important part is just the overview of what's actually going
on, not the number of patches. I tend to mostly edit that out anyway.

Linus