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

From: Greg Kroah-Hartman
Date: Fri Feb 07 2020 - 04:47:32 EST


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 <Kohada.Tetsuhiro@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
> ---
> drivers/staging/exfat/exfat.h | 52 +++--------------------------
> drivers/staging/exfat/exfat_core.c | 47 +++++++++-----------------
> drivers/staging/exfat/exfat_super.c | 38 ++++++++-------------
> 3 files changed, 34 insertions(+), 103 deletions(-)

Patch does not apply to my tree, can you rebase this series and resend?

thanks,

greg k-h