diff options
Diffstat (limited to 'mm/filemap.c')
-rw-r--r-- | mm/filemap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/filemap.c b/mm/filemap.c index 44da3d476994..7624c26fcea6 100644 --- a/mm/filemap.c +++ b/mm/filemap.c | |||
@@ -981,6 +981,7 @@ success: | |||
981 | desc->arg.buf += size; | 981 | desc->arg.buf += size; |
982 | return size; | 982 | return size; |
983 | } | 983 | } |
984 | EXPORT_SYMBOL(file_read_actor); | ||
984 | 985 | ||
985 | /* | 986 | /* |
986 | * This is the "read()" routine for all filesystems | 987 | * This is the "read()" routine for all filesystems |