Re: [PATCH 1/5] staging: exfat: conform 'pbr_sector_t' definition to exFAT specification

2020-03-11 Thread Greg Kroah-Hartman
On Wed, Mar 11, 2020 at 07:52:41PM +0900, Tetsuhiro Kohada wrote: > Redefine 'pbr_sector_t' as 'boot_sector_t' to comply with exFAT specification. > - Redefine 'pbr_sector_t' as 'boot_sector_t'. > - Rename variable names including 'pbr'. > - Replace GET**()/SET**() macro with

[PATCH 1/5] staging: exfat: conform 'pbr_sector_t' definition to exFAT specification

2020-03-11 Thread Tetsuhiro Kohada
Redefine 'pbr_sector_t' as 'boot_sector_t' to comply with exFAT specification. - Redefine 'pbr_sector_t' as 'boot_sector_t'. - Rename variable names including 'pbr'. - Replace GET**()/SET**() macro with cpu_to_le**()/le**_ to_cpu(). - Remove fs_info_t.PBR_sector (always 0). - Remove unused