Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp3716538imm; Mon, 6 Aug 2018 09:21:49 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcaObPj3LYwL6hKMnASZMvQG5TUuQMVXQHcNhh9+jHyWLsE+hfmbJ7q5XdbU0secZpw+NMR X-Received: by 2002:a65:448c:: with SMTP id l12-v6mr14609566pgq.277.1533572509452; Mon, 06 Aug 2018 09:21:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533572509; cv=none; d=google.com; s=arc-20160816; b=eIyNqCpPtSJ8hVBh+I5IS5sEt7N3IB1QW8qqFix6GxLsJOm6O+Tv1K+2vIlAvoRXs4 BzYQlF5l5qsmCtq2RbEws4KkomSPSF6RaLA7mEZidH9nGW7tDm89ii8NKqAkqenxfMY/ nros5nv701/r1ufYy1xagcvsNhUeacCE8u8Fl0swjPUGJ8d+EXCPtyKKLNjGUoSfmFtk sjZdNgitiLRJxAjr1bAa1AJmB7D1rarhsXuMFJEe0IwrxkKE3Pa5F8St6dEKO9O8rzJL fNC3sRBwOnH+5Hy6fU0fxf6uUzhYuQZwPe7+0QkDINh7HiQgdSkjbeQbT7kHgn0rnuih BgnA== 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-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date :arc-authentication-results; bh=E9UsKxTdJvHdxlWcB1bTpA3Gkza5VRokYIb/ZMbpGX0=; b=e6S8dVdWhpJ+pf3cnC4yJNatQhX450Q6dhJi0rAPsUIquExGQRQ/dj3ApGYzL6coVY P7KXUieyAYA8EeRILIy3uGNCS2QO/HEj3jy1VXnIRbD7RN0hPumZQBGuNCvFr6n9RyZJ aHUDrMNS4+taGDdiH9t4HcjRt+rgBiUQYVh8rYvxWSr+qiMvk2Ikj9VD+UaHLyUgDPbA iO9RfX1DFkNzCJJLKCFdANNlJ0Yi8lqqSG5tqsStsm1ZAOrN2FSfrIniIV9QM7ICID0F KC8onRkhWGXgWbZcxH+qNBpR7FnxZBuEa+nUuyLaaP6GwW0wvHDoSEYBFPqlVp7xKD/Y YFhg== 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 e1-v6si10024981ple.262.2018.08.06.09.21.34; Mon, 06 Aug 2018 09:21:49 -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 S1733222AbeHFSaf (ORCPT + 99 others); Mon, 6 Aug 2018 14:30:35 -0400 Received: from smtp.ctxuk.citrix.com ([185.25.65.24]:38634 "EHLO SMTP.EU.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730876AbeHFSaf (ORCPT ); Mon, 6 Aug 2018 14:30:35 -0400 X-IronPort-AV: E=Sophos;i="5.51,452,1526342400"; d="scan'208";a="77238463" Date: Mon, 6 Aug 2018 18:20:37 +0200 From: Roger Pau =?utf-8?B?TW9ubsOp?= To: Juergen Gross CC: , , , , , Subject: Re: [PATCH 4/4] xen/blkback: remove unused pers_gnts_lock from struct xen_blkif_ring Message-ID: <20180806162037.g32ilxvvzdfnwu7i@mac> References: <20180806113403.24728-1-jgross@suse.com> <20180806113403.24728-6-jgross@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20180806113403.24728-6-jgross@suse.com> User-Agent: NeoMutt/20180716 X-ClientProxiedBy: AMSPEX02CAS02.citrite.net (10.69.22.113) To AMSPEX02CL02.citrite.net (10.69.22.126) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 06, 2018 at 01:34:03PM +0200, Juergen Gross wrote: > pers_gnts_lock isn't being used anywhere. Remove it. That was likely a leftover from when the list of persistent grants was shared between rings. > Signed-off-by: Juergen Gross Reviewed-by: Roger Pau Monn? Thanks, Roger.