]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[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 44da3d47699485004994c6af302c7406d606c569..7624c26fcea68cd53991298793c364cf707a3415 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