On 02/03/2021 11:46 PM, Christoph Hellwig wrote:
Ok. Thanks for pointing out the style problem. I'll fix it and check other comments.s/codes/the code/+ /* Discard request doesn't care the write result + * so it doesn't need to wait blocked disk here. + */The normal kernel comment style would be: /* * Discard request doesn't care the write result so it * doesn't need to wait for the blocked disk here. */