[no subject]

2020-01-11 Thread Mrs. Maureen Hinckley
I am Maureen Hinckley and my foundation is donating (Five hundred and fifty thousand USD) to you. Contact us via my email at (maurhin...@gmail.com) for further details. Best Regards, Mrs. Maureen Hinckley, Copyright ©2020 The Maureen Hinckley Foundation All Rights Reserved.

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 +-

Re: [GIT PULL] Staging driver fixes for 5.5-rc6

2020-01-11 Thread pr-tracker-bot
The pull request you sent on Fri, 10 Jan 2020 22:08:50 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git > tags/staging-5.5-rc6 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/7da37cd0520e71707a1190022377941b9cec3b0b Thank you! --

[PATCH] staging: exfat: Fix alignment warnings

2020-01-11 Thread Pragat Pandya
Fix checkpatch warning "Alignment should match open parenthesis". Signed-off-by: Pragat Pandya --- drivers/staging/exfat/exfat_blkdev.c | 4 ++-- drivers/staging/exfat/exfat_core.c | 29 ++-- drivers/staging/exfat/exfat_super.c | 2 +- 3 files changed, 18

[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