Skip to content

Commit

Permalink
[GFS2] Make file_read_actor export _GPL
Browse files Browse the repository at this point in the history
Make file_read_actor export a _GPL export.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
  • Loading branch information
Steven Whitehouse committed Jun 21, 2006
1 parent 0d42e54 commit bf9f424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/filemap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ int file_read_actor(read_descriptor_t *desc, struct page *page,
desc->arg.buf += size;
return size;
}
EXPORT_SYMBOL(file_read_actor);
EXPORT_SYMBOL_GPL(file_read_actor);

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

0 comments on commit bf9f424

Please sign in to comment.