Re: [PATCH next] fs/splice: iter_to_pipe -- Use PIPE_DEF_BUFFERS instead of hardcoded number
From: Al Viro
Date: Wed Jan 30 2019 - 10:42:48 EST
On Wed, Jan 30, 2019 at 06:39:11PM +0300, Cyrill Gorcunov wrote:
> And use ARRAY_SIZE for easier code modification if we ever need in future.
Umm... Why PIPE_DEF_BUFFERS, though? Because it's a constant from more or
less the same area that happens to be equal to the value we use here?