Обсуждение: Fix a minor typo in the comment of read_stream_start_pending
Hi hackers, /* * Sequential: Issue advice until the preadv() calls have caught * up with the first advice issued for this sequential region, and * then stay of the way of the kernel's own read-ahead. */ “out” is missing from the phrase “stay of the way” in this comment. This patch fixes it. Best, Xuneng
Вложения
> On Nov 10, 2025, at 22:56, Xuneng Zhou <xunengzhou@gmail.com> wrote: > > Hi hackers, > > /* > * Sequential: Issue advice until the preadv() calls have caught > * up with the first advice issued for this sequential region, and > * then stay of the way of the kernel's own read-ahead. > */ > > “out” is missing from the phrase “stay of the way” in this comment. > This patch fixes it. > > Best, > Xuneng > <v1-0001-Fix-a-minor-typo-in-the-comment-of-read_stream_st.patch> Looks good. Changing “stay of the way” to “stay out of the way” is correct English and improve readability. Best regards, -- Chao Li (Evan) HighGo Software Co., Ltd. https://www.highgo.com/
On 11/11/2025 02:43, Chao Li wrote: >> On Nov 10, 2025, at 22:56, Xuneng Zhou <xunengzhou@gmail.com> wrote: >> /* >> * Sequential: Issue advice until the preadv() calls have caught >> * up with the first advice issued for this sequential region, and >> * then stay of the way of the kernel's own read-ahead. >> */ >> >> “out” is missing from the phrase “stay of the way” in this comment. >> This patch fixes it. >> >> <v1-0001-Fix-a-minor-typo-in-the-comment-of-read_stream_st.patch> > > Looks good. Changing “stay of the way” to “stay out of the way” is correct English and improve readability. Fixed, thanks! - Heikki
Hi, On Wed, Dec 10, 2025 at 7:07 AM Heikki Linnakangas <hlinnaka@iki.fi> wrote: > > On 11/11/2025 02:43, Chao Li wrote: > >> On Nov 10, 2025, at 22:56, Xuneng Zhou <xunengzhou@gmail.com> wrote: > >> /* > >> * Sequential: Issue advice until the preadv() calls have caught > >> * up with the first advice issued for this sequential region, and > >> * then stay of the way of the kernel's own read-ahead. > >> */ > >> > >> “out” is missing from the phrase “stay of the way” in this comment. > >> This patch fixes it. > >> > >> <v1-0001-Fix-a-minor-typo-in-the-comment-of-read_stream_st.patch> > > > > Looks good. Changing “stay of the way” to “stay out of the way” is correct English and improve readability. > > Fixed, thanks! > > - Heikki > Thanks! -- Best, Xuneng