From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from userp2130.oracle.com ([156.151.31.86]:60836 "EHLO userp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751123AbeBHCVq (ORCPT ); Wed, 7 Feb 2018 21:21:46 -0500 Date: Wed, 7 Feb 2018 18:21:38 -0800 From: "Darrick J. Wong" Subject: Re: [PATCH] xfs: remove unused m_dmevmask from xfs_mount struct Message-ID: <20180208022138.GG5433@magnolia> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Eric Sandeen Cc: linux-xfs On Tue, Feb 06, 2018 at 07:54:55PM -0600, Eric Sandeen wrote: > The dmevmask structure member is a dmapi leftover; it's > set here and there but never actually used. Remove it. > > Signed-off-by: Eric Sandeen Looks ok, Reviewed-by: Darrick J. Wong --D