2020-01-15 08:31:14

by Namjae Jeon

[permalink] [raw]
Subject: [PATCH v10 14/14] staging: exfat: make staging/exfat and fs/exfat mutually exclusive

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

Suggested-by: Amir Goldstein <[email protected]>
Signed-off-by: Namjae Jeon <[email protected]>
Signed-off-by: Sungjong Seo <[email protected]>
---
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


2020-01-15 08:58:13

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH v10 14/14] staging: exfat: make staging/exfat and fs/exfat mutually exclusive

On Wed, Jan 15, 2020 at 05:24:47PM +0900, Namjae Jeon wrote:
> Make staging/exfat and fs/exfat mutually exclusive to select the one
> between two same filesystem.
>
> Suggested-by: Amir Goldstein <[email protected]>
> Signed-off-by: Namjae Jeon <[email protected]>
> Signed-off-by: Sungjong Seo <[email protected]>

Acked-by: Greg Kroah-Hartman <[email protected]>

2020-01-15 13:09:24

by Namjae Jeon

[permalink] [raw]
Subject: Re: [PATCH v10 14/14] staging: exfat: make staging/exfat and fs/exfat mutually exclusive

2020-01-15 17:56 GMT+09:00, Greg KH <[email protected]>:
> On Wed, Jan 15, 2020 at 05:24:47PM +0900, Namjae Jeon wrote:
>> Make staging/exfat and fs/exfat mutually exclusive to select the one
>> between two same filesystem.
>>
>> Suggested-by: Amir Goldstein <[email protected]>
>> Signed-off-by: Namjae Jeon <[email protected]>
>> Signed-off-by: Sungjong Seo <[email protected]>
>
> Acked-by: Greg Kroah-Hartman <[email protected]>
Thank you!
>