Skip to content
Commit 56ad1740 authored by Jens Axboe's avatar Jens Axboe
Browse files

block: make the end_io functions be non-GPL exports



Prior to the change for more sane end_io functions, we exported
the helpers with the normal EXPORT_SYMBOL(). That got changed
to _GPL() for the new interface. Revert that particular change,
on the basis that this is basic functionality and doesn't dip
into internal structures. If these exports can't be non-GPL,
then we may as well make EXPORT_SYMBOL() imply GPL for
everything.

Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 3839e4b2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment