commit | e3858e125bd57b827af52dfb38df6c8602559886 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Mon Dec 09 11:11:28 2019 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Jan 20 20:12:42 2020 -0500 |
tree | 336f386b78f1e502a3e446adddf46ff24756b858 | |
parent | ccbc80a89d1399b79e43544cfbe44df964a29810 [diff] |
fs/adfs: super: extract filesystem block probe Separate the filesystem block probing from the superblock filling so we can support other ADFS filesystem formats, such as the single-zone E and E+ floppy image formats which do not have a boot block. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>