]> git.karo-electronics.de Git - linux-beck.git/commit
fuse: fix uninitialized flags in pipe_buffer
authorMiklos Szeredi <mszeredi@redhat.com>
Thu, 16 Feb 2017 14:08:20 +0000 (15:08 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Feb 2017 16:44:35 +0000 (17:44 +0100)
commit80a0477665d050e6e8aed0519f62a691a573fd07
tree31c9b517dc7fc71fa024910d71fb96fa5e5c33ab
parent7283448f8273e661c09001909345af2e41fc4a5f
fuse: fix uninitialized flags in pipe_buffer

commit 84588a93d097bace24b9233930f82511d4f34210 upstream.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Fixes: d82718e348fe ("fuse_dev_splice_read(): switch to add_to_pipe()")
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/fuse/dev.c