fuse-lowlevel: set pipe size to max (#438)
authorGiuseppe Scrivano <giuseppe@scrivano.org>
Tue, 23 Jul 2019 19:52:16 +0000 (21:52 +0200)
committerNikolaus Rath <Nikolaus@rath.org>
Tue, 23 Jul 2019 19:52:16 +0000 (12:52 -0700)
commitf0e08cc700d629da2d46def8b620b0ed858cc0d9
tree0dd2751cc9e8688b3486192bf2eb8151aa4e8013
parent249942f6411042c4af18bd10438da34801cce02b
fuse-lowlevel: set pipe size to max (#438)

on failure to set the pipe size, set it to the maximum allowed by the
kernel.

If the first request required more than the maximum allowed, the
can_grow flag would be reset thus preventing any further resize.

Grow the pipe to the maximum allowed to increase the likelihood of
using splice for successive requests instead of falling back to
read/write.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
lib/fuse_lowlevel.c