Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2976949imu; Sun, 9 Dec 2018 14:07:23 -0800 (PST) X-Google-Smtp-Source: AFSGD/XEJVGdFrjEXMjmAt4UM0b0Q8Y/effn+Kfq7nxzncrt+StwdtBSpHFML+rsu+wIkLZPObHh X-Received: by 2002:a17:902:bd0b:: with SMTP id p11mr9957908pls.259.1544393243324; Sun, 09 Dec 2018 14:07:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544393243; cv=none; d=google.com; s=arc-20160816; b=MuLZn45wJB6uDd+gwcs6r32uGXfJUC1Z0u6VKTxbnlH7bXtnqDNwYNLo35iH1XFI1/ L7C07lMoCFz1GH2IfPt73ZRoSyl1caMP5mhIME0cRxL6njT1lo6eeum3kBPYQa6b4v50 C+9xheerKoWtRuoBDZewmPr1folM1KvS26zHMkzVQfV0g3XuGzN4OI8c495Foq9Pu/DD cZO/wuj5sec0aJnBpNe4UIDaEJ7dg8bMLs+F1wXJxj85KWK/k64fNLNqpfCcFnkyFq7T DjVTzBy1gIv4LpK77e0BgZ1ngjBXHZIxg3gZq84kCM03/H/vNSnhgVOIHxVvtUdmBrPt RVjA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:subject:message-id:date:cc:to :from:mime-version:content-transfer-encoding:content-disposition; bh=UqeRTQtMmBQyGqf0ThjJzPGEI8nA6+5s5a0xwhh5Thc=; b=m7hJIbevmUxn+YTMWO0ni5LYZEtlV9mNmc6yXbV4yO7Wz+D2QETRUL5fTR1OJZBCyE 7dWgdrER46GDrpbddaIUFDejgzrOOc/LTwvKx2NENIEPWxKbRtX+hRu0Mzg5cJ3U+Urr +Dyp/tZi1JL2A3EdtJezlm5kdsaO2yKdemWc0/hlenZN7/SpRAkrYEBaDpRrYqCqm96Q jrkxAqInwVCJpwFrRkPxY5NFI2a22w3WeSN+6OP+8Qqh1HIAIWBY0f67bTIf7jHPTyX9 GjHha5dVgpeJJPyZICoDGIF+mFZbSI5tTRHvKl7yCiPsBeDgTc/9AZcooli6R5pqSMqr /mAg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o68si10111126pfo.140.2018.12.09.14.07.08; Sun, 09 Dec 2018 14:07:23 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727658AbeLIWFo (ORCPT + 99 others); Sun, 9 Dec 2018 17:05:44 -0500 Received: from shadbolt.e.decadent.org.uk ([88.96.1.126]:36982 "EHLO shadbolt.e.decadent.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727636AbeLIWFn (ORCPT ); Sun, 9 Dec 2018 17:05:43 -0500 Received: from pub.yeoldevic.com ([81.174.156.145] helo=deadeye) by shadbolt.decadent.org.uk with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1gW73L-0002ie-Dg; Sun, 09 Dec 2018 21:55:55 +0000 Received: from ben by deadeye with local (Exim 4.91) (envelope-from ) id 1gW72a-0003I9-Ql; Sun, 09 Dec 2018 21:55:08 +0000 Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: Ben Hutchings To: linux-kernel@vger.kernel.org, stable@vger.kernel.org CC: akpm@linux-foundation.org, "Kirill Tkhai" , "Miklos Szeredi" Date: Sun, 09 Dec 2018 21:50:33 +0000 Message-ID: X-Mailer: LinuxStableQueue (scripts by bwh) X-Patchwork-Hint: ignore Subject: [PATCH 3.16 075/328] fuse: Add missed unlock_page() to fuse_readpages_fill() In-Reply-To: X-SA-Exim-Connect-IP: 81.174.156.145 X-SA-Exim-Mail-From: ben@decadent.org.uk X-SA-Exim-Scanned: No (on shadbolt.decadent.org.uk); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 3.16.62-rc1 review patch. If anyone has any objections, please let me know. ------------------ From: Kirill Tkhai 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 Signed-off-by: Miklos Szeredi Signed-off-by: Ben Hutchings --- fs/fuse/file.c | 1 + 1 file changed, 1 insertion(+) --- a/fs/fuse/file.c +++ b/fs/fuse/file.c @@ -911,6 +911,7 @@ static int fuse_readpages_fill(void *_da } if (WARN_ON(req->num_pages >= req->max_pages)) { + unlock_page(page); fuse_put_request(fc, req); return -EIO; }