mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
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:
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.
|
||||
|
||||
Reference in New Issue
Block a user