linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Namjae Jeon <linkinjeon@gmail.com>
To: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: gregkh@linuxfoundation.org, valdis.kletnieks@vt.edu, hch@lst.de,
	sj1557.seo@samsung.com, pali.rohar@gmail.com, arnd@arndb.de,
	namjae.jeon@samsung.com, Namjae Jeon <linkinjeon@gmail.com>
Subject: [PATCH v12 13/13] staging: exfat: make staging/exfat and fs/exfat mutually exclusive
Date: Mon, 20 Jan 2020 21:44:28 +0900	[thread overview]
Message-ID: <20200120124428.17863-14-linkinjeon@gmail.com> (raw)
In-Reply-To: <20200120124428.17863-1-linkinjeon@gmail.com>

From: Namjae Jeon <namjae.jeon@samsung.com>

Make staging/exfat and fs/exfat mutually exclusive to select the one
between two same filesystem.

Suggested-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Sungjong Seo <sj1557.seo@samsung.com>
Reviewed-by: Pali Rohár <pali.rohar@gmail.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
---
 drivers/staging/exfat/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/exfat/Kconfig b/drivers/staging/exfat/Kconfig
index 292a19dfcaf5..9a0fccec65d9 100644
--- a/drivers/staging/exfat/Kconfig
+++ b/drivers/staging/exfat/Kconfig
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0
 config STAGING_EXFAT_FS
 	tristate "exFAT fs support"
-	depends on BLOCK
+	depends on BLOCK && !EXFAT_FS
 	select NLS
 	help
 	  This adds support for the exFAT file system.
-- 
2.17.1


      parent reply	other threads:[~2020-01-20 12:45 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-20 12:44 [PATCH v12 00/13] add the latest exfat driver Namjae Jeon
2020-01-20 12:44 ` [PATCH v12 01/13] exfat: add in-memory and on-disk structures and headers Namjae Jeon
2020-01-20 12:44 ` [PATCH v12 02/13] exfat: add super block operations Namjae Jeon
2020-01-21  1:49   ` Al Viro
2020-01-21  2:34     ` Namjae Jeon
2020-01-20 12:44 ` [PATCH v12 03/13] exfat: add inode operations Namjae Jeon
2020-01-20 12:44 ` [PATCH v12 04/13] exfat: add directory operations Namjae Jeon
2020-01-20 12:44 ` [PATCH v12 05/13] exfat: add file operations Namjae Jeon
2020-01-20 12:44 ` [PATCH v12 06/13] exfat: add fat entry operations Namjae Jeon
2020-01-20 12:44 ` [PATCH v12 07/13] exfat: add bitmap operations Namjae Jeon
2020-01-20 12:44 ` [PATCH v12 08/13] exfat: add exfat cache Namjae Jeon
2020-01-20 12:44 ` [PATCH v12 09/13] exfat: add misc operations Namjae Jeon
2020-01-20 12:44 ` [PATCH v12 10/13] exfat: add nls operations Namjae Jeon
2020-01-20 12:44 ` [PATCH v12 11/13] exfat: add Kconfig and Makefile Namjae Jeon
2020-01-20 12:44 ` [PATCH v12 12/13] MAINTAINERS: add exfat filesystem Namjae Jeon
2020-01-20 12:44 ` Namjae Jeon [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200120124428.17863-14-linkinjeon@gmail.com \
    --to=linkinjeon@gmail.com \
    --cc=arnd@arndb.de \
    --cc=gregkh@linuxfoundation.org \
    --cc=hch@lst.de \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=namjae.jeon@samsung.com \
    --cc=pali.rohar@gmail.com \
    --cc=sj1557.seo@samsung.com \
    --cc=valdis.kletnieks@vt.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).