albertofaria / bdus

A framework for implementing Block Devices in User Space
https://bdus.readthedocs.io
GNU General Public License v2.0
33 stars 3 forks source link

Fix device.c to compile on 5.15. #3

Open hiperbolt opened 3 weeks ago

hiperbolt commented 3 weeks ago

Currently does not compile because GENHD_FL_NO_PART_SCAN was renamed to GENHD_FL_NO_PART. This pull request fixes that.