Re: [PATCH] staging: exfat: make staging/exfat and fs/exfat mutually exclusive

2020-01-11 Thread Namjae Jeon
2020-01-12 2:56 GMT+09:00, Greg KH : > On Sat, Jan 11, 2020 at 09:14:19PM +0900, Namjae Jeon wrote: >> From: Namjae Jeon >> >> Make staging/exfat and fs/exfat mutually exclusive to select the one >> between two same filesystem. >> >> Suggested-by: Amir Goldstein >> Signed-off-by: Namjae Jeon >>

Re: [PATCH] staging: exfat: make staging/exfat and fs/exfat mutually exclusive

2020-01-11 Thread Greg KH
On Sat, Jan 11, 2020 at 09:14:19PM +0900, Namjae Jeon wrote: > From: Namjae Jeon > > Make staging/exfat and fs/exfat mutually exclusive to select the one > between two same filesystem. > > Suggested-by: Amir Goldstein > Signed-off-by: Namjae Jeon > --- > drivers/staging/exfat/Kconfig | 2 +-

[PATCH] staging: exfat: make staging/exfat and fs/exfat mutually exclusive

2020-01-11 Thread Namjae Jeon
From: Namjae Jeon Make staging/exfat and fs/exfat mutually exclusive to select the one between two same filesystem. Suggested-by: Amir Goldstein Signed-off-by: Namjae Jeon --- drivers/staging/exfat/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git