]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
exfat: redefine PBR as boot_sector
authorTetsuhiro Kohada <kohada.t2@gmail.com>
Fri, 29 May 2020 10:14:56 +0000 (19:14 +0900)
committerNamjae Jeon <namjae.jeon@samsung.com>
Tue, 9 Jun 2020 07:49:10 +0000 (16:49 +0900)
commit181a9e8009a8a8bdb19c2e24eeeae7d8e77c8c47
tree4bab700570fd4e874c10220df29735ae3ab363e8
parent943af1fdacfebe4ff13430655abc460a5e1072f7
exfat: redefine PBR as boot_sector

Aggregate PBR related definitions and redefine as "boot_sector" to comply
with the exFAT specification.
And, rename variable names including 'pbr'.

Signed-off-by: Tetsuhiro Kohada <kohada.t2@gmail.com>
Reviewed-by: Sungjong Seo <sj1557.seo@samsung.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
fs/exfat/exfat_fs.h
fs/exfat/exfat_raw.h
fs/exfat/super.c