From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Thu, 11 Aug 2016 10:17:12 -0700 Subject: [Cluster-devel] [GFS2 PATCH] GFS2: Add function gfs2_get_iomap In-Reply-To: <1935983818.2525484.1470927576083.JavaMail.zimbra@redhat.com> References: <1311582922.2518701.1470926538032.JavaMail.zimbra@redhat.com> <1935983818.2525484.1470927576083.JavaMail.zimbra@redhat.com> Message-ID: <20160811171712.GA6333@infradead.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit > config FS_IOMAP > - bool > + bool "File System IOMAP Support" This shouldn't be a user visible option... > diff --git a/fs/gfs2/Kconfig b/fs/gfs2/Kconfig > index 90c6a8f..f8fa955 100644 > --- a/fs/gfs2/Kconfig > +++ b/fs/gfs2/Kconfig > @@ -25,6 +25,7 @@ config GFS2_FS > config GFS2_FS_LOCKING_DLM > bool "GFS2 DLM locking" > depends on (GFS2_FS!=n) && NET && INET && (IPV6 || IPV6=n) && \ > + FS_IOMAP && \ > CONFIGFS_FS && SYSFS && (DLM=y || DLM=GFS2_FS) ... just use select here