f2fs: fix build error on android tracepoints
Fixes: 5e2c340821b1 ("ANDROID: f2fs: add android fsync tracepoint") Change-Id: Idbf409f931e6826cc71d32ff0042d64ea68502aa Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
This commit is contained in:
parent
8e9d3d0740
commit
281eb60c26
2 changed files with 49602 additions and 49560 deletions
99160
abi_gki_aarch64.xml
99160
abi_gki_aarch64.xml
File diff suppressed because it is too large
Load diff
|
@ -39,6 +39,8 @@ EXPORT_TRACEPOINT_SYMBOL(android_fs_datawrite_start);
|
|||
EXPORT_TRACEPOINT_SYMBOL(android_fs_datawrite_end);
|
||||
EXPORT_TRACEPOINT_SYMBOL(android_fs_dataread_start);
|
||||
EXPORT_TRACEPOINT_SYMBOL(android_fs_dataread_end);
|
||||
EXPORT_TRACEPOINT_SYMBOL(android_fs_fsync_start);
|
||||
EXPORT_TRACEPOINT_SYMBOL(android_fs_fsync_end);
|
||||
|
||||
/*
|
||||
* I/O completion handler for multipage BIOs.
|
||||
|
|
Loading…
Add table
Reference in a new issue