fs/adfs: super: add support for E and E+ floppy image formats
authorRussell King <rmk+kernel@armlinux.org.uk>
Mon, 9 Dec 2019 11:11:33 +0000 (11:11 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 21 Jan 2020 01:12:42 +0000 (20:12 -0500)
commit08ead1b8b98d90795bf934d93a718328d11f6ce6
tree308a771820acfbf2d9fa6d6e7535045f9c5b3a32
parente3858e125bd57b827af52dfb38df6c8602559886
fs/adfs: super: add support for E and E+ floppy image formats

Add support for ADFS E and E+ floppy image formats, which, unlike their
hard disk variants, do not have a filesystem boot block - they have a
single map zone, with the map fragment stored at sector 0.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/adfs/super.c