From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750984AbcEHI6n (ORCPT ); Sun, 8 May 2016 04:58:43 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:45223 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750703AbcEHI6m (ORCPT ); Sun, 8 May 2016 04:58:42 -0400 Date: Sun, 8 May 2016 01:58:25 -0700 From: Christoph Hellwig To: Toshi Kani Cc: dan.j.williams@intel.com, jack@suse.cz, david@fromorbit.com, viro@zeniv.linux.org.uk, axboe@fb.com, hch@infradead.org, boaz@plexistor.com, tytso@mit.edu, adilger.kernel@dilger.ca, ross.zwisler@linux.intel.com, micah.parrish@hpe.com, linux-nvdimm@ml01.01.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 5/5] xfs: Add alignment check for DAX mount Message-ID: <20160508085825.GC15458@infradead.org> References: <1462494596-20938-1-git-send-email-toshi.kani@hpe.com> <1462494596-20938-6-git-send-email-toshi.kani@hpe.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1462494596-20938-6-git-send-email-toshi.kani@hpe.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Looks fine for now. In the long run we'll need to check it for the RT subvolume as well, or prohibit DAX if there is an active RT subvolume. Reviewed-by: Christoph Hellwig