[GFS2] Make file_read_actor export _GPL

Make file_read_actor export a _GPL export.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
diff --git a/mm/filemap.c b/mm/filemap.c
index 82c4488..a02a0b2 100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -1044,7 +1044,7 @@
 	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