cryptomilk / kernel-sdfat

sdFAT fs support for the Linux Kernel
GNU General Public License v2.0
60 stars 20 forks source link

Fixes for Kernel 4.14 #7

Closed GrayJack closed 6 years ago

GrayJack commented 6 years ago

Now it compiles on 4.14 Linux Kernel. I tested on 4.14.31 on amd64, seems to work fine.

It may work as well on 4.15 since there was no big changes between 4.14 and 4.15, but I didn't tested.

It also should work as on all versions below 4.14, but I didn't tested as well.

cryptomilk commented 6 years ago

Please handle the change for bi_status completely in the first commit.

cryptomilk commented 6 years ago

Could you please also use the commit message style we started to use:

fs: sdfat: My change to support Kernel >= 4.13

description
GrayJack commented 6 years ago

I did handle the change for bi_status on further commits completely. Please, check the second and the last commits.

cryptomilk commented 6 years ago

Is this good to go?

GrayJack commented 6 years ago

For me, yeah, it seems to work great on 4.14 kernel in x86_64 arch in my tests.