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 fd57442186cb..82c448898d05 100644 --- a/mm/filemap.c +++ b/mm/filemap.c | |||
@@ -1044,6 +1044,7 @@ success: | |||
1044 | desc->arg.buf += size; | 1044 | desc->arg.buf += size; |
1045 | return size; | 1045 | return size; |
1046 | } | 1046 | } |
1047 | EXPORT_SYMBOL(file_read_actor); | ||
1047 | 1048 | ||
1048 | /* | 1049 | /* |
1049 | * This is the "read()" routine for all filesystems | 1050 | * This is the "read()" routine for all filesystems |