lkml.org 
[lkml]   [2018]   [Sep]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 4.9 62/62] fuse: Add missed unlock_page() to fuse_readpages_fill()
    Date
    From: Kirill Tkhai <ktkhai@virtuozzo.com>

    [ Upstream commit 109728ccc5933151c68d1106e4065478a487a323 ]

    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: Sasha Levin <alexander.levin@microsoft.com>
    ---
    fs/fuse/file.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/fs/fuse/file.c b/fs/fuse/file.c
    index 996aa23c409e..4408abf6675b 100644
    --- a/fs/fuse/file.c
    +++ b/fs/fuse/file.c
    @@ -868,6 +868,7 @@ static int fuse_readpages_fill(void *_data, struct page *page)
    }

    if (WARN_ON(req->num_pages >= req->max_pages)) {
    + unlock_page(page);
    fuse_put_request(fc, req);
    return -EIO;
    }
    --
    2.17.1
    \
     
     \ /
      Last update: 2018-09-02 15:21    [W:4.183 / U:0.276 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site