• Christoph Hellwig's avatar
    hfsplus: fix option parsing during remount · 6f80dfe5
    Christoph Hellwig authored
    hfsplus only actually uses the force option during remount, but it uses
    the full option parser with a fake superblock to do so.  This means remount
    will fail if any nls option is set (which happens frequently with older
    mount tools), even if it is the same.
    
    Fix this by adding a simpler version of the parser that only parses the force
    option for remount.
    Signed-off-by: default avatarChristoph Hellwig <hch@tuxera.com>
    6f80dfe5
super.c 14.3 KB