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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 920 bytes --]

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>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Pali Rohár <pali.rohar@gmail.com>
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-03-02  6:26 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20200302062613epcas1p2969203b10bc3b7c41e0d4ffe9a08a3e9@epcas1p2.samsung.com>
2020-03-02  6:21 ` [PATCH v14 00/14] add the latest exfat driver Namjae Jeon
     [not found]   ` <CGME20200302062615epcas1p4fb5ead2437c08acc985a4bb0fe475d62@epcas1p4.samsung.com>
2020-03-02  6:21     ` [PATCH v14 01/14] exfat: add in-memory and on-disk structures and headers Namjae Jeon
     [not found]   ` <CGME20200302062616epcas1p3fa25e850df1874b50faed8e653860535@epcas1p3.samsung.com>
2020-03-02  6:21     ` [PATCH v14 02/14] exfat: add super block operations Namjae Jeon
     [not found]   ` <CGME20200302062617epcas1p1232f5fe2cb8860226a359e86a64079e8@epcas1p1.samsung.com>
2020-03-02  6:21     ` [PATCH v14 03/14] exfat: add inode operations Namjae Jeon
     [not found]   ` <CGME20200302062618epcas1p40ac59f8bb9c4102c532192923e38b465@epcas1p4.samsung.com>
2020-03-02  6:21     ` [PATCH v14 04/14] exfat: add directory operations Namjae Jeon
     [not found]   ` <CGME20200302062619epcas1p3baada4a058b582bc1a75ed9355320979@epcas1p3.samsung.com>
2020-03-02  6:21     ` [PATCH v14 05/14] exfat: add file operations Namjae Jeon
     [not found]   ` <CGME20200302062620epcas1p3ba4cc2c52d4e9e88d8a6cb08e9ef6995@epcas1p3.samsung.com>
2020-03-02  6:21     ` [PATCH v14 06/14] exfat: add fat entry operations Namjae Jeon
     [not found]   ` <CGME20200302062621epcas1p1be0044bf44ff08c90a3a8208fe3215e8@epcas1p1.samsung.com>
2020-03-02  6:21     ` [PATCH v14 07/14] exfat: add bitmap operations Namjae Jeon
     [not found]   ` <CGME20200302062622epcas1p47a6afcb4cc689858023076060b009ff8@epcas1p4.samsung.com>
2020-03-02  6:21     ` [PATCH v14 08/14] exfat: add exfat cache Namjae Jeon
     [not found]   ` <CGME20200302062623epcas1p11c5190e04bac06999674e4e41ac800d8@epcas1p1.samsung.com>
2020-03-02  6:21     ` [PATCH v14 09/14] exfat: add misc operations Namjae Jeon
     [not found]   ` <CGME20200302062624epcas1p2bf05cbbebc9197d1645ad78b1a369b3b@epcas1p2.samsung.com>
2020-03-02  6:21     ` [PATCH v14 10/14] exfat: add nls operations Namjae Jeon
     [not found]   ` <CGME20200302062625epcas1p200c53fabe17996e92257a409b7a9c857@epcas1p2.samsung.com>
2020-03-02  6:21     ` [PATCH v14 11/14] exfat: add Kconfig and Makefile Namjae Jeon
2020-04-06  7:27       ` Geert Uytterhoeven
2020-04-06  7:35         ` Pali Rohár
     [not found]   ` <CGME20200302062627epcas1p40f1ac87d14fca82d278beaded987f0fb@epcas1p4.samsung.com>
2020-03-02  6:21     ` [PATCH v14 12/14] MAINTAINERS: add exfat filesystem Namjae Jeon
     [not found]   ` <CGME20200302062628epcas1p159ad0d797c1d4334fbcaf84f39bfea40@epcas1p1.samsung.com>
2020-03-02  6:21     ` Namjae Jeon [this message]
     [not found]   ` <CGME20200302062629epcas1p46967161019cd142c17a9ee7d33ae9265@epcas1p4.samsung.com>
2020-03-02  6:21     ` [PATCH v14 14/14] exfat: update file system parameter handling Namjae Jeon
2020-03-05 15:53   ` [PATCH v14 00/14] add the latest exfat driver Christoph Hellwig
2020-03-05 16:12     ` Al Viro
2020-03-06 12:12       ` Namjae Jeon

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=20200302062145.1719-14-namjae.jeon@samsung.com \
    --to=namjae.jeon@samsung.com \
    --cc=arnd@arndb.de \
    --cc=gregkh@linuxfoundation.org \
    --cc=hch@lst.de \
    --cc=linkinjeon@gmail.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pali.rohar@gmail.com \
    --cc=sj1557.seo@samsung.com \
    --cc=valdis.kletnieks@vt.edu \
    --cc=viro@zeniv.linux.org.uk \
    /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).