Re: [PATCH] cifs: fix clearing stats for fastest execution of each smb2 command
Namjae Jeon <[email protected]>
| Newsgroups | org.kernel.vger.linux-cifs |
|---|---|
| Message-ID | <CAKYAXd_YuBCoyYHCUepa0EYJAJ1tJbwuB=PmVBEF7r9HTatdTw@mail.gmail.com> |
On Sun, Aug 9, 2026 at 5:29 AM Frank Sorenson <[email protected]> wrote: > > The code to clear the 'fastest_cmd' statistics has a typo that > repeatedly clears the stat for cmd 0, rather than iterating > through each cmd. Fix the typo (0->i). > > Fixes: 433b8dd7672be ("SMB3: Track total time spent on roundtrips for each SMB3 command") > Signed-off-by: Frank Sorenson <[email protected]> Will apply it to #for-next. Thanks!