ANDROID: update virtual device target symbol list
In commit5c82c94b0b("virtio-blk: avoid preallocating big SGL for data") the code is rewritten to use 2 new symbols from the sg layer. Add them to the symbol list and the .xml file so that the build continues to work. Functions changes summary: 0 Removed, 0 Changed (53 filtered out), 2 Added functions Variables changes summary: 0 Removed, 0 Changed (1 filtered out), 0 Added variable 2 Added functions: [A] 'function int sg_alloc_table_chained(sg_table*, int, scatterlist*, unsigned int)' [A] 'function void sg_free_table_chained(sg_table*, unsigned int)' Fixes:5c82c94b0b("virtio-blk: avoid preallocating big SGL for data") Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I969e04d88614a57bb24257e7749d72deefd23aa0
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -435,7 +435,9 @@
|
||||
set_capacity_and_notify
|
||||
__SetPageMovable
|
||||
sg_alloc_table
|
||||
sg_alloc_table_chained
|
||||
sg_free_table
|
||||
sg_free_table_chained
|
||||
sg_init_one
|
||||
sg_init_table
|
||||
sg_miter_next
|
||||
|
||||
Reference in New Issue
Block a user