]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
fuse: reduce allocation size for splice_write
authorAndrey Ryabinin <aryabinin@virtuozzo.com>
Tue, 17 Jul 2018 16:00:35 +0000 (19:00 +0300)
committerMiklos Szeredi <mszeredi@redhat.com>
Thu, 26 Jul 2018 14:13:12 +0000 (16:13 +0200)
commit9635453572028134b0f997afca8a6ad9ece2c515
treeff438e94c56cc36a85b93c676ee0a4c3de3cb6ae
parentd6d931adce1193ef54d06fa9bbf58e5780ca516c
fuse: reduce allocation size for splice_write

The 'bufs' array contains 'pipe->buffers' elements, but the
fuse_dev_splice_write() uses only 'pipe->nrbufs' elements.

So reduce the allocation size to 'pipe->nrbufs' elements.

Signed-off-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/dev.c