[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200121125727.24260-14-linkinjeon@gmail.com>
Date: Tue, 21 Jan 2020 21:57:27 +0900
From: Namjae Jeon <linkinjeon@...il.com>
To: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: gregkh@...uxfoundation.org, valdis.kletnieks@...edu, hch@....de,
sj1557.seo@...sung.com, pali.rohar@...il.com, arnd@...db.de,
namjae.jeon@...sung.com, viro@...iv.linux.org.uk,
Namjae Jeon <linkinjeon@...il.com>
Subject: [PATCH v13 13/13] staging: exfat: make staging/exfat and fs/exfat mutually exclusive
From: Namjae Jeon <namjae.jeon@...sung.com>
Make staging/exfat and fs/exfat mutually exclusive to select the one
between two same filesystem.
Suggested-by: Amir Goldstein <amir73il@...il.com>
Signed-off-by: Namjae Jeon <namjae.jeon@...sung.com>
Signed-off-by: Sungjong Seo <sj1557.seo@...sung.com>
Reviewed-by: Pali Rohár <pali.rohar@...il.com>
Acked-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Reviewed-by: Christoph Hellwig <hch@....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
Powered by blists - more mailing lists