mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-09 08:02:05 +00: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:
parent
0d42e54220
commit
bf9f424d9a
1 changed files with 1 additions and 1 deletions
|
@ -1044,7 +1044,7 @@ success:
|
||||||
desc->arg.buf += size;
|
desc->arg.buf += size;
|
||||||
return size;
|
return size;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(file_read_actor);
|
EXPORT_SYMBOL_GPL(file_read_actor);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This is the "read()" routine for all filesystems
|
* This is the "read()" routine for all filesystems
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue