Re: [PATCH 1/2] staging: exfat: remove DOSNAMEs.

2020-02-07 Thread Greg Kroah-Hartman
On Tue, Feb 04, 2020 at 01:31:17AM +0900, Tetsuhiro Kohada wrote: > remove 'dos_name','ShortName' and related definitions. > > 'dos_name' and 'ShortName' are definitions before VFAT. > These are never used in exFAT. > > Signed-off-by: Tetsuhiro Kohada > --- > drivers/staging/exfat/exfat.h

Re: [PATCH 1/2] staging: exfat: remove DOSNAMEs.

2020-02-03 Thread Joe Perches
On Mon, 2020-02-03 at 09:46 +, Greg Kroah-Hartman wrote: > On Mon, Feb 03, 2020 at 12:29:38AM -0800, Matthew Wilcox wrote: > > On Mon, Feb 03, 2020 at 08:15:59AM +, Greg Kroah-Hartman wrote: > > > On Mon, Feb 03, 2020 at 12:05:32AM -0800, Matthew Wilcox wrote: > > > > On Tue, Feb 04, 2020 a

Re: [PATCH 1/2] staging: exfat: remove DOSNAMEs.

2020-02-03 Thread Greg Kroah-Hartman
On Mon, Feb 03, 2020 at 02:40:43AM -0800, Joe Perches wrote: > On Mon, 2020-02-03 at 09:46 +, Greg Kroah-Hartman wrote: > > On Mon, Feb 03, 2020 at 12:29:38AM -0800, Matthew Wilcox wrote: > > > On Mon, Feb 03, 2020 at 08:15:59AM +, Greg Kroah-Hartman wrote: > > > > On Mon, Feb 03, 2020 at 1

Re: [PATCH 1/2] staging: exfat: remove DOSNAMEs.

2020-02-03 Thread Greg Kroah-Hartman
On Mon, Feb 03, 2020 at 12:29:38AM -0800, Matthew Wilcox wrote: > On Mon, Feb 03, 2020 at 08:15:59AM +, Greg Kroah-Hartman wrote: > > On Mon, Feb 03, 2020 at 12:05:32AM -0800, Matthew Wilcox wrote: > > > On Tue, Feb 04, 2020 at 01:31:17AM +0900, Tetsuhiro Kohada wrote: > > > > remove 'dos_name'

Re: [PATCH 1/2] staging: exfat: remove DOSNAMEs.

2020-02-03 Thread Matthew Wilcox
On Mon, Feb 03, 2020 at 08:15:59AM +, Greg Kroah-Hartman wrote: > On Mon, Feb 03, 2020 at 12:05:32AM -0800, Matthew Wilcox wrote: > > On Tue, Feb 04, 2020 at 01:31:17AM +0900, Tetsuhiro Kohada wrote: > > > remove 'dos_name','ShortName' and related definitions. > > > > > > 'dos_name' and 'Short

Re: [PATCH 1/2] staging: exfat: remove DOSNAMEs.

2020-02-03 Thread Greg Kroah-Hartman
On Mon, Feb 03, 2020 at 12:05:32AM -0800, Matthew Wilcox wrote: > On Tue, Feb 04, 2020 at 01:31:17AM +0900, Tetsuhiro Kohada wrote: > > remove 'dos_name','ShortName' and related definitions. > > > > 'dos_name' and 'ShortName' are definitions before VFAT. > > These are never used in exFAT. > > Why

Re: [PATCH 1/2] staging: exfat: remove DOSNAMEs.

2020-02-03 Thread Matthew Wilcox
On Tue, Feb 04, 2020 at 01:31:17AM +0900, Tetsuhiro Kohada wrote: > remove 'dos_name','ShortName' and related definitions. > > 'dos_name' and 'ShortName' are definitions before VFAT. > These are never used in exFAT. Why are we still seeing patches for the exfat in staging? Why are people not wor

[PATCH 1/2] staging: exfat: remove DOSNAMEs.

2020-02-03 Thread Tetsuhiro Kohada
remove 'dos_name','ShortName' and related definitions. 'dos_name' and 'ShortName' are definitions before VFAT. These are never used in exFAT. Signed-off-by: Tetsuhiro Kohada --- drivers/staging/exfat/exfat.h | 52 +++-- drivers/staging/exfat/exfat_core.c | 47