remarkable-linux/fs/fuse
Kirill Tkhai e8a3f3a036 fuse: Add missed unlock_page() to fuse_readpages_fill()
commit 109728ccc5 upstream.

The above error path returns with page unlocked, so this place seems also
to behave the same.

Fixes: f8dbdf8182 ("fuse: rework fuse_readpages()")
Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-09-05 09:26:38 +02:00
..
acl.c
control.c
cuse.c
dev.c fuse: umount should wait for all requests 2018-09-05 09:26:38 +02:00
dir.c fuse: fix initial parallel dirops 2018-09-05 09:26:38 +02:00
file.c fuse: Add missed unlock_page() to fuse_readpages_fill() 2018-09-05 09:26:38 +02:00
fuse_i.h fuse: umount should wait for all requests 2018-09-05 09:26:38 +02:00
inode.c fuse: Fix oops at process_init_reply() 2018-09-05 09:26:38 +02:00
Kconfig
Makefile
xattr.c