summaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2006-06-21 11:54:43 -0400
committerSteven Whitehouse <swhiteho@redhat.com>2006-06-21 11:54:43 -0400
commitbf9f424d9acf461fabcb0e9f47b356e08186d91f (patch)
treefe0aabb68b2a6661af395a20bf239ef83f890505 /mm
parent0d42e54220ba34e031167138ef91cbd42d8b5876 (diff)
downloadlinux-bf9f424d9acf461fabcb0e9f47b356e08186d91f.tar.gz
linux-bf9f424d9acf461fabcb0e9f47b356e08186d91f.tar.xz
[GFS2] Make file_read_actor export _GPL
Make file_read_actor export a _GPL export. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'mm')
-rw-r--r--mm/filemap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/filemap.c b/mm/filemap.c
index 82c448898d05..a02a0b2c986b 100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -1044,7 +1044,7 @@ success:
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