mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-05 22:12:57 -05:00
[GFS2] Make file_read_actor export _GPL
Make file_read_actor export a _GPL export. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user