diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-01-30 08:57:31 +0000 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-01-30 08:57:31 +0000 |
commit | c25ec8f5684cb3c5dde6a67c1bbc33a449eefbe2 (patch) | |
tree | ec829dac11928f6e60b797ab2aabbbb1ad77baa8 /mm | |
parent | d41cc702cc4ba3782ebe3b2e189633607d5ccd6a (diff) | |
download | blackbird-op-linux-c25ec8f5684cb3c5dde6a67c1bbc33a449eefbe2.tar.gz blackbird-op-linux-c25ec8f5684cb3c5dde6a67c1bbc33a449eefbe2.zip |
[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: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/filemap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/filemap.c b/mm/filemap.c index 44da3d476994..7624c26fcea6 100644 --- a/mm/filemap.c +++ b/mm/filemap.c @@ -981,6 +981,7 @@ success: desc->arg.buf += size; return size; } +EXPORT_SYMBOL(file_read_actor); /* * This is the "read()" routine for all filesystems |