Skip to content

Commit

Permalink
[GFS2] Export file_read_actor
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Steven Whitehouse committed Jan 30, 2006
1 parent d41cc70 commit c25ec8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mm/filemap.c
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,7 @@ int file_read_actor(read_descriptor_t *desc, struct page *page,
desc->arg.buf += size;
return size;
}
EXPORT_SYMBOL(file_read_actor);

/*
* This is the "read()" routine for all filesystems
Expand Down

0 comments on commit c25ec8f

Please sign in to comment.