Commit bf9f424d authored by Steven Whitehouse's avatar Steven Whitehouse

[GFS2] Make file_read_actor export _GPL

Make file_read_actor export a _GPL export.
Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 0d42e542
......@@ -1044,7 +1044,7 @@ int file_read_actor(read_descriptor_t *desc, struct page *page,
desc->arg.buf += size;
return size;
}
EXPORT_SYMBOL(file_read_actor);
EXPORT_SYMBOL_GPL(file_read_actor);
/*
* This is the "read()" routine for all filesystems
......
Markdown is supported
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