fuse: simplify request allocation
authorMiklos Szeredi <mszeredi@redhat.com>
Tue, 10 Sep 2019 13:04:11 +0000 (15:04 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Tue, 10 Sep 2019 14:29:50 +0000 (16:29 +0200)
commit7213394c4e184b002d8011c13d916e7ac6d17520
treeddca1030932fd2dab18e8c3299223077414449d2
parent66abc3599c3c8795861470f21ae149520a57153d
fuse: simplify request allocation

Page arrays are not allocated together with the request anymore.  Get rid
of the dead code

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/dev.c
fs/fuse/file.c
fs/fuse/fuse_i.h