OSDN Git Service

[GFS2] Export file_read_actor
authorSteven Whitehouse <swhiteho@redhat.com>
Mon, 30 Jan 2006 08:57:31 +0000 (08:57 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 30 Jan 2006 08:57:31 +0000 (08:57 +0000)
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>
mm/filemap.c

index 44da3d4..7624c26 100644 (file)
@@ -981,6 +981,7 @@ success:
        desc->arg.buf += size;
        return size;
 }
+EXPORT_SYMBOL(file_read_actor);
 
 /*
  * This is the "read()" routine for all filesystems