mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 09:46:37 +07:00
[GFS2] Export file_read_actor
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>
This commit is contained in:
parent
d41cc702cc
commit
c25ec8f568
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user