William Hanlon
Results
1
issues of
William Hanlon
sbull.c fails to compile due to missing reference to blk_alloc_queue: ``` make[2]: Entering directory '/home/whanlon/kernelbuild/linux-5.14.9' CC [M] /home/whanlon/LinuxDeviceDrivers/examples/ldd3/sbull/sbull.o /home/whanlon/LinuxDeviceDrivers/examples/ldd3/sbull/sbull.c: In function 'blk_generic_alloc_queue': /home/whanlon/LinuxDeviceDrivers/examples/ldd3/sbull/sbull.c:110:17: error: implicit declaration of function 'blk_alloc_queue'; did...