linux-apfs / linux-apfs-rw

APFS module for linux, with experimental write support
GNU General Public License v2.0
510 stars 34 forks source link

super.c: In function ‘apfs_setup_bdi’: #21

Closed hellisabove closed 2 years ago

hellisabove commented 2 years ago

super.c:1072:31: error: ‘struct block_device’ has no member named ‘bd_bdi’ 1072 | bdi_dev = nxi->nx_bdev->bd_bdi;

hellisabove commented 2 years ago

I found out that this issue happens after the latest commit which is this. By forcing git to use an older commit, the project builds and works correctly

eafer commented 2 years ago

Hi, thanks for the report. I pushed a patch for this to the development branch, when you can let me know if it solves the problem for you.

hellisabove commented 2 years ago

Hey, building and installing now works. Thanks for seeing this!