Received: by 10.213.65.68 with SMTP id h4csp1663084imn; Thu, 29 Mar 2018 08:43:26 -0700 (PDT) X-Google-Smtp-Source: AIpwx4+xLaVgKN9kWAOypNDz65A4BJHocv0mbqvDuum7UiwZSXx3eFWlxA3GU+hxTDH9Fw2kXKAZ X-Received: by 10.98.172.21 with SMTP id v21mr6782498pfe.203.1522338206250; Thu, 29 Mar 2018 08:43:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522338206; cv=none; d=google.com; s=arc-20160816; b=x2bPFY2GKKQOqtZDF4HDgsA4AC43C9SMbhr2PgSYo4v/HCFR75lOGm2zz9nNA2nwiO 3ahptDK4fdXVdqkkONY2EcN+KULhToUkExPTsFjGsvVvRfZDwXB6ySkA7qEgJRkaMRkE PS/zaJG8kOiu//L29qMXTN+mrs9lUxRFB+6msav/7Ex+DN8NG+QJ7gZTMN20jRkAFpDJ s6dgQAMHt0gYyiq9pAa/hKA7ucQdzCLZbIxxjOK4XE8HKt5JlzI9sM6aipk37GDjdWWr dmeNzJJ8PNtjYtFB1otw2ejMnsT4/9F9kclXdAOaMvu6RM4PNWjY44soSMoumtbj2296 Noxg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=JHIj33PfUPHygTZDj5u+mpFMPPq9xRR9xK72Q9+gBWE=; b=ZUbD4/lFGYKbH+0NSPSt3RqTIh447jFdSisKDUuIO0mS8WioxhHEQL/dQi4XeKOMfK G6neuHw7XmtURDuvyxV3joc5WQW1FOz+XQA9kG1tizDHiFpB2et9uUjAtc86bS6bKIDQ oYLy2G0uySrwo5lWl0NPKx1LlsxvbeMzmBYStPbp3Zr5qhIEH/Rjbv2Ox5Z/62Tj7/jV ylcZSi/7Dni1q1I+jWc6SDT9IaB4wJhtFTUfY3+NpWAGAEDv3FmHSyQkK2ZWR6SUozNS F2EEs32fF0tPNAgCoPMbaVdqV4X/KORIVPLSBOjpSGnOpnYjMbMHziZJ8/KvAtVZP0+B i6Cg== 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 d23si4169554pgn.3.2018.03.29.08.43.11; Thu, 29 Mar 2018 08:43:26 -0700 (PDT) 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 S1752246AbeC2PmF (ORCPT + 99 others); Thu, 29 Mar 2018 11:42:05 -0400 Received: from orcrist.hmeau.com ([104.223.48.154]:50032 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751161AbeC2PmE (ORCPT ); Thu, 29 Mar 2018 11:42:04 -0400 Received: from gondobar.mordor.me.apana.org.au ([192.168.128.4] helo=gondobar) by deadmen.hmeau.com with esmtp (Exim 4.84_2 #2 (Debian)) id 1f1Zgc-0000kI-3s; Thu, 29 Mar 2018 23:41:58 +0800 Received: from herbert by gondobar with local (Exim 4.84_2) (envelope-from ) id 1f1ZgX-00069L-Nn; Thu, 29 Mar 2018 23:41:53 +0800 Date: Thu, 29 Mar 2018 23:41:53 +0800 From: Herbert Xu To: Andreas Gruenbacher Cc: cluster-devel , netdev@vger.kernel.org, LKML , NeilBrown , Thomas Graf , Tom Herbert Subject: Re: [PATCH v2 0/2] gfs2: Stop using rhashtable_walk_peek Message-ID: <20180329154153.GA23562@gondor.apana.org.au> References: <20180329120612.6104-1-agruenba@redhat.com> <20180329123544.GA22551@gondor.apana.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 29, 2018 at 03:15:54PM +0200, Andreas Gruenbacher wrote: > > For all I know, Neil's latest plan is to get rhashtable_walk_peek > replaced and removed because it is unfixable. This patch removes the > one and only user. His latest patch makes rhashtable_walk_peek stable in the face of removals. https://patchwork.ozlabs.org/patch/892534/ Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt