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>
This commit is contained in:
Steven Whitehouse 2006-01-30 08:57:31 +00:00
Родитель d41cc702cc
Коммит c25ec8f568
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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