-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot build as a module #4
Comments
Still, I wonder why they need to flush just after |
Sorry for my ignorance, new into that stuff |
It shouldn't make any difference in this case; just thought the full symbol is more explicit. Either way, maybe we can just use the |
Add kernel-sdfat to repo Patch adapted from cryptomilk/kernel-sdfat#4 Updated/Successor to exfat-nofuse module Signed-off-by: Daniel Engberg <[email protected]>
Add kernel-sdfat to repo Patch adapted from cryptomilk/kernel-sdfat#4 Updated/Successor to exfat-nofuse module Signed-off-by: Daniel Engberg <[email protected]>
Add kernel-sdfat to repo Patch adapted from cryptomilk/kernel-sdfat#4 Signed-off-by: Daniel Engberg <[email protected]>
using sources for kernel 3.4.35,
I've got an error about blk_flush_plug_list symbol not being available. It turns out that
blk_flush_plug()
function used in blkdev.c to implement read-ahead is kernel-internal.sdfat-flush-plug.patch.txt
The text was updated successfully, but these errors were encountered: