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)
committerMiklos Szeredi <mszeredi@redhat.com>
Thu, 26 Jul 2018 14:13:12 +0000 (16:13 +0200)
commit109728ccc5933151c68d1106e4065478a487a323
tree64eedb0159922ace16824e6affccec12e97375ca
parenta2477b0e67c52f4364a47c3ad70902bc2a61bd4c
fuse: Add missed unlock_page() to fuse_readpages_fill()

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>
fs/fuse/file.c