fuse: Add missed unlock_page() to fuse_readpages_fill()
authorKirill Tkhai <ktkhai@virtuozzo.com>
Thu, 19 Jul 2018 12:49:39 +0000 (15:49 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Sep 2018 07:20:08 +0000 (09:20 +0200)
commit01f0772ad0063fbf34ec04fbac2070937cc3ce06
tree700819a12ea306efe66dcbc4403302e440231119
parent263508c10106a97aba5f3e655bf145f3a671218a
fuse: Add missed unlock_page() to fuse_readpages_fill()

commit 109728ccc5933151c68d1106e4065478a487a323 upstream.

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

Fixes: f8dbdf81821b ("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>
fs/fuse/file.c