Explorar o código

[GFS2] Make file_read_actor export _GPL

Make file_read_actor export a _GPL export.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Steven Whitehouse %!s(int64=19) %!d(string=hai) anos
pai
achega
bf9f424d9a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mm/filemap.c

+ 1 - 1
mm/filemap.c

@@ -1044,7 +1044,7 @@ success:
 	desc->arg.buf += size;
 	desc->arg.buf += size;
 	return size;
 	return size;
 }
 }
-EXPORT_SYMBOL(file_read_actor);
+EXPORT_SYMBOL_GPL(file_read_actor);
 
 
 /*
 /*
  * This is the "read()" routine for all filesystems
  * This is the "read()" routine for all filesystems