From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 229063FC8 for ; Tue, 21 Sep 2021 08:54:33 +0000 (UTC) Date: Tue, 21 Sep 2021 17:47:26 +0900 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1632214055; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=UEhHJWpJC24ILJLlDw0Or37rjxqKPmeVeQEfaqhpy6c=; b=QSCAqLFF96h3MVBqda8tq/9/dWdSkHGqE5wl6ic0NIdaZh98Ws9FmN4heWGHvrwKMWF60O zKDB5XeoJ8ZGox6e+JvzjILBdvl664XOdSxr1RFbR5qlEuQN2J8njVjyNO0uhqnABBBF4V //NmdgT7RKAHOF5GtRyDQSoMwABkzo4= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Naoya Horiguchi To: Christoph Hellwig Cc: akpm@linux-foundation.org, naoya.horiguchi@nec.com, linux-mm@kvack.org, nvdimm@lists.linux.dev Subject: Re: [PATCH] mm: don't include in Message-ID: <20210921084726.GA812038@u2004> References: <20210921082253.1859794-1-hch@lst.de> Precedence: bulk X-Mailing-List: nvdimm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210921082253.1859794-1-hch@lst.de> X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: naoya.horiguchi@linux.dev On Tue, Sep 21, 2021 at 10:22:53AM +0200, Christoph Hellwig wrote: > Not required at all, and having this causes a huge kernel rebuild > as soon as something in dax.h changes. > > Signed-off-by: Christoph Hellwig Looks good to me. Reviewed-by: Naoya Horiguchi