Commit c25ec8f5 authored by Steven Whitehouse's avatar Steven Whitehouse

[GFS2] Export file_read_actor

Export file_read_actor so that it can be used from modules since
functions which take this function as an argument are already
exported.
Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent d41cc702
...@@ -981,6 +981,7 @@ int file_read_actor(read_descriptor_t *desc, struct page *page, ...@@ -981,6 +981,7 @@ int file_read_actor(read_descriptor_t *desc, struct page *page,
desc->arg.buf += size; desc->arg.buf += size;
return size; return size;
} }
EXPORT_SYMBOL(file_read_actor);
/* /*
* This is the "read()" routine for all filesystems * 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