Date: Sat, 04 Apr 2015 15:25:23 +0200 From: Maxime Villard <[email protected]>
here is a patch to put the AppleUFS detection code inside a function. This changes the behavior a bit: if the kernel cannot determine whether the disk is an AppleUFS one or not, it now considers it as a normal UFS rather than returning an error and not mounting/reloading it. Ok? Can you split that into two patches, one to factor out ffs_is_appleufs with no functional change, and the other to change the behaviour?
