hfs+ journal partition support as read only
authorolivier.hardouin@gmail.com <olivier.hardouin@gmail.com>
Wed, 22 Jun 2016 07:51:18 +0000 (09:51 +0200)
committerJohn Crispin <john@phrozen.org>
Wed, 22 Jun 2016 09:48:11 +0000 (11:48 +0200)
commitbe96e24194f7bf291f3a1e9c8faa5350708ed60f
tree03351840407c92fbb8ba76667c212432cc146fbe
parentd13b58730f92fa645c9caf9954b8305c06bdc11e
hfs+ journal partition support as read only

use hfsplus driver to mount hfs+ partition marked as journalled,
read only mounting since partial support from the kernel for write
access (as stated in Documentatiom/filesystems/hfsplus.txt)
add new index 'LASTFS' to be used in case of support for another
driver

Signed-off-by: Olivier Hardouin <olivier.hardouin@gmail.com>
fs.c
include/fs.h
mount.c