partitions/msdos: Unable to mount UFS 44bsd partitions
authorRichard Narron <comet.berkeley@gmail.com>
Wed, 10 Jan 2018 16:12:16 +0000 (09:12 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 10 Jan 2018 16:12:16 +0000 (09:12 -0700)
commit5f15684bd5e5ef39d4337988864fec8012471dda
tree26964d31fb951d2f05a591ddcb3ef71698a1b8e5
parent93b570464cce0079c15832cbb8ea17debd541585
partitions/msdos: Unable to mount UFS 44bsd partitions

UFS partitions from newer versions of FreeBSD 10 and 11 use relative
addressing for their subpartitions. But older versions of FreeBSD still
use absolute addressing just like OpenBSD and NetBSD.

Instead of simply testing for a FreeBSD partition, the code needs to
also test if the starting offset of the C subpartition is zero.

https://bugzilla.kernel.org/show_bug.cgi?id=197733

Signed-off-by: Richard Narron <comet.berkeley@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/partitions/msdos.c