projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d41cc70
)
[GFS2] Export file_read_actor
author
Steven Whitehouse
<swhiteho@redhat.com>
Mon, 30 Jan 2006 08:57:31 +0000
(08:57 +0000)
committer
Steven 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
patch
|
blob
|
history
diff --git
a/mm/filemap.c
b/mm/filemap.c
index
44da3d4
..
7624c26
100644
(file)
--- a/
mm/filemap.c
+++ b/
mm/filemap.c
@@
-981,6
+981,7
@@
success:
desc->arg.buf += size;
return size;
}
+EXPORT_SYMBOL(file_read_actor);
/*
* This is the "read()" routine for all filesystems