Hi Christoph,

On Wed, Jul 1, 2020 at 10:25 PM Christoph Hellwig <h...@lst.de> wrote:
>
> Switch over all instances used directly as methods using these sed
> expressions:
>
> sed -i -e 's/\.read\(\s*=\s*\)seq_read/\.read_iter\1seq_read_iter/g'
>
> Signed-off-by: Christoph Hellwig <h...@lst.de>

Nit: the replacements don't take into account the spaces/tabs needed
to align the designated initializers.

Cheers,
Miguel

Reply via email to