From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.iobjects.de ([188.40.134.68]:38726 "EHLO mail02.iobjects.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750831AbdFGPsI (ORCPT ); Wed, 7 Jun 2017 11:48:08 -0400 Subject: Re: [PATCH 0/7] Btrfs: fix total_bytes_pinned counter To: Omar Sandoval , linux-btrfs@vger.kernel.org Cc: Josef Bacik , Liu Bo , kernel-team@fb.com References: From: =?UTF-8?Q?Holger_Hoffst=c3=a4tte?= Message-ID: Date: Wed, 7 Jun 2017 17:48:05 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Sender: linux-btrfs-owner@vger.kernel.org List-ID: On 06/07/17 01:45, Omar Sandoval wrote: > From: Omar Sandoval > > This series fixes several problems with the total_bytes_pinned counter. > Patches 1 and 2 are cleanups. Patches 3 and 4 are straightforward fixes. > Patch 5 is prep for patch 6. Patch 6 is the most complicated fix. > Patches 5 and 6 are ugly, I'd love any suggestions for a cleaner fix. > Finally, patch 7 adds a warning to catch similar issues in the future. Since this didn't really change the code significantly from the previous version (except for the addition of minor patches 2+7) have a Tested-by: Holger Hoffstätte Thanks! Holger