浏览代码

[GFS2] Export file_read_actor

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>
Steven Whitehouse 19 年之前
父节点
当前提交
c25ec8f568
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      mm/filemap.c

+ 1 - 0
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