bdus
bdus copied to clipboard
A framework for implementing Block Devices in User Space
Will there be an effort to upstream the kernel module or is the focus here to be out of tree ?
When I build dbus with some errors,should sove for it? make -C /lib/modules/4.18.0-193.el8.x86_64/build M='/test/bdus-0.1.1/kbdus' W=1 C=0 DEBUG=0 make[1]: 进入目录“/usr/src/kernels/4.18.0-193.el8.x86_64” CC [M] /test/bdus-0.1.1/kbdus/src/control.o CC [M] /test/bdus-0.1.1/kbdus/src/device.o /test/bdus-0.1.1/kbdus/src/device.c: 在函数‘kbdus_device_ioctl_create_buffer_’中: /test/bdus-0.1.1/kbdus/src/device.c:523:34: 错误:宏“access_ok”传递了 3...
Currently does not compile because GENHD_FL_NO_PART_SCAN was renamed to GENHD_FL_NO_PART. This pull request fixes that.