Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp1266131ybv; Thu, 20 Feb 2020 16:43:33 -0800 (PST) X-Google-Smtp-Source: APXvYqyJvMOrLMXsWGVM0ABKtz2aMHkxrOiORZRAIbsN/7JqjUXfHGyEDLD4cpSqeANwTGGvPkvZ X-Received: by 2002:aca:c4c4:: with SMTP id u187mr4190738oif.120.1582245813389; Thu, 20 Feb 2020 16:43:33 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582245813; cv=none; d=google.com; s=arc-20160816; b=lWUzOaYG8+yPPjIs6WrrzSFWZvPrfUQmKRtnrmpcyV4EkkPoP94WB3f1Fh7ysfU2Ks 81/8bVYHu0laaL3CFuhdEDbGK3THt/Y0PRqR8sA1q37VHuIlyVxu4UzTcryF4YTIA5pF PWLXKfZrLHN64GNCTjJcWsn1W2OtUtW4/iBguVkM2a2tDLdNAo9fUT6vpHYKSfp8Yfyi NMv4gccGZhmVBd8fExRDJgSPJpueLWuDJvFjV1vX/hJGgV5STteiR9t6Kkt0ByuZ980y rGsocPdEUB/ySRewHiEw9lkrLjOSAX23qGeSyjqiovpJHN1vBRgEqezt07dbXm8Uzc2A 5Ibg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=HAjWem6Vq6Hf5bqg1fRPAgmNSd9DF85iNRRmTeKW62A=; b=rkx4VvMoNm50PJBXW9K/nIgRxxzVDh4rXfxddl23kAzIi9vsSGjueCDWaOJY9QB8qM mta20O6nzr91uoroaHzM+n6EE6Sj4TMpSOnNY0AwreJgY1L6fW3ttFbWuUciarSo9KSw UR1jhA9yYWmqf2GZcH0Sb4X5xufz00qsNGctXhXeQbNJ+yJR+E6RhppubTD0LEESUkDd /rrcPezwOcDWS+JmDqpPnhP/S/vyoozc0T+W8LsNLf7vbIxteIKCjHQotkTRtwW+tdMH yR+aaa+UbA0w1fEBdtZsSqtW/RFqVGNBaCFtCPRqD+IlJD1yDv4GpF9wYRexf3bnb7OP Xb+Q== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r1si578894otq.298.2020.02.20.16.43.21; Thu, 20 Feb 2020 16:43:33 -0800 (PST) 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729653AbgBUAlr (ORCPT + 99 others); Thu, 20 Feb 2020 19:41:47 -0500 Received: from mga17.intel.com ([192.55.52.151]:38078 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729585AbgBUAlm (ORCPT ); Thu, 20 Feb 2020 19:41:42 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Feb 2020 16:41:42 -0800 X-IronPort-AV: E=Sophos;i="5.70,466,1574150400"; d="scan'208";a="436785042" Received: from iweiny-desk2.sc.intel.com (HELO localhost) ([10.3.52.157]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Feb 2020 16:41:42 -0800 From: ira.weiny@intel.com To: linux-kernel@vger.kernel.org Cc: Ira Weiny , Alexander Viro , "Darrick J. Wong" , Dan Williams , Dave Chinner , Christoph Hellwig , "Theodore Y. Ts'o" , Jan Kara , linux-ext4@vger.kernel.org, linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [PATCH V4 06/13] fs/xfs: Create function xfs_inode_enable_dax() Date: Thu, 20 Feb 2020 16:41:27 -0800 Message-Id: <20200221004134.30599-7-ira.weiny@intel.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20200221004134.30599-1-ira.weiny@intel.com> References: <20200221004134.30599-1-ira.weiny@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Ira Weiny xfs_inode_supports_dax() should reflect if the inode can support DAX not that it is enabled for DAX. Change the use of xfs_inode_supports_dax() to reflect only if the inode and underlying storage support dax. Add a new function xfs_inode_enable_dax() which reflects if the inode should be enabled for DAX. Signed-off-by: Ira Weiny --- Changes from v3: Update functions and names to be more clear Update commit message Merge with 'fs/xfs: Clean up DAX support check' don't allow IS_DAX() on a directory use STATIC macro for static make xfs_inode_supports_dax() static --- fs/xfs/xfs_iops.c | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/fs/xfs/xfs_iops.c b/fs/xfs/xfs_iops.c index 81f2f93caec0..ff711efc5247 100644 --- a/fs/xfs/xfs_iops.c +++ b/fs/xfs/xfs_iops.c @@ -1237,19 +1237,18 @@ static const struct inode_operations xfs_inline_symlink_inode_operations = { }; /* Figure out if this file actually supports DAX. */ -static bool +STATIC bool xfs_inode_supports_dax( struct xfs_inode *ip) { struct xfs_mount *mp = ip->i_mount; /* Only supported on non-reflinked files. */ - if (!S_ISREG(VFS_I(ip)->i_mode) || xfs_is_reflink_inode(ip)) + if (xfs_is_reflink_inode(ip)) return false; - /* DAX mount option or DAX iflag must be set. */ - if (!(mp->m_flags & XFS_MOUNT_DAX) && - !(ip->i_d.di_flags2 & XFS_DIFLAG2_DAX)) + /* Only supported on regular files. */ + if (!S_ISREG(VFS_I(ip)->i_mode)) return false; /* Block size must match page size */ @@ -1260,6 +1259,20 @@ xfs_inode_supports_dax( return xfs_inode_buftarg(ip)->bt_daxdev != NULL; } +STATIC bool +xfs_inode_enable_dax( + struct xfs_inode *ip) +{ + if (!xfs_inode_supports_dax(ip)) + return false; + + if (ip->i_d.di_flags2 & XFS_DIFLAG2_DAX) + return true; + if (ip->i_mount->m_flags & XFS_MOUNT_DAX) + return true; + return false; +} + STATIC void xfs_diflags_to_iflags( struct inode *inode, @@ -1278,7 +1291,7 @@ xfs_diflags_to_iflags( inode->i_flags |= S_SYNC; if (flags & XFS_DIFLAG_NOATIME) inode->i_flags |= S_NOATIME; - if (xfs_inode_supports_dax(ip)) + if (xfs_inode_enable_dax(ip)) inode->i_flags |= S_DAX; } -- 2.21.0