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

2020-02-16 Thread 'Greg Kroah-Hartman'
On Mon, Feb 17, 2020 at 01:54:07AM +, kohada.tetsuh...@dc.mitsubishielectric.co.jp wrote: > > I think you might need to rebase again, this patch doesn't apply at all to > > my tree :( > > Thanks for your comments. > I'll try to rebase with 'staging-next' branch. > Is this correct? Yes it is

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

2020-02-16 Thread kohada.tetsuh...@dc.mitsubishielectric.co.jp
> I think you might need to rebase again, this patch doesn't apply at all to my > tree :( Thanks for your comments. I'll try to rebase with 'staging-next' branch. Is this correct? -- Kohada Tetsuhiro ___ devel mailing list de...@linuxdriverproject.org

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

2020-02-14 Thread Greg Kroah-Hartman
On Fri, Feb 14, 2020 at 12:31:39PM +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 > --- > Changes in v2: > - Rebase to linux-n