2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-04 19:54:03 +08:00
linux-next/fs/exfat
Tetsuhiro Kohada b0516833d8 exfat: Unify access to the boot sector
Unify access to boot sector via 'sbi->pbr_bh'.
This fixes vol_flags inconsistency at read failed in fs_set_vol_flags(),
and buffer_head leak in __exfat_fill_super().

Signed-off-by: Tetsuhiro Kohada <Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
2020-04-22 20:14:05 +09:00
..
balloc.c exfat: Unify access to the boot sector 2020-04-22 20:14:05 +09:00
cache.c exfat: add exfat cache 2020-03-05 21:00:40 -05:00
dir.c exfat: add directory operations 2020-03-05 21:00:40 -05:00
exfat_fs.h exfat: add in-memory and on-disk structures and headers 2020-03-05 21:00:39 -05:00
exfat_raw.h exfat: add in-memory and on-disk structures and headers 2020-03-05 21:00:39 -05:00
fatent.c exfat: add fat entry operations 2020-03-05 21:00:40 -05:00
file.c exfat: add file operations 2020-03-05 21:00:40 -05:00
inode.c exfat: add inode operations 2020-03-05 21:00:40 -05:00
Kconfig exfat: add Kconfig and Makefile 2020-03-05 21:00:40 -05:00
Makefile exfat: add Kconfig and Makefile 2020-03-05 21:00:40 -05:00
misc.c exfat: add misc operations 2020-03-05 21:00:40 -05:00
namei.c exfat: add inode operations 2020-03-05 21:00:40 -05:00
nls.c exfat: add nls operations 2020-03-05 21:00:40 -05:00
super.c exfat: Unify access to the boot sector 2020-04-22 20:14:05 +09:00