From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.133]:44700 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404447AbfFKPKW (ORCPT ); Tue, 11 Jun 2019 11:10:22 -0400 From: Christoph Hellwig Subject: alternative take on the same page merging leak fix Date: Tue, 11 Jun 2019 17:10:02 +0200 Message-Id: <20190611151007.13625-1-hch@lst.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Jens Axboe , Ming Lei Cc: David Gibson , "Darrick J. Wong" , linux-block@vger.kernel.org, linux-xfs@vger.kernel.org Hi Jens, hi Ming, this is the tested and split version of what I think is the better fix for the get_user_pages page leak, as it leaves the intelligence in the callers instead of in bio_try_to_merge_page.