commit | 68e79baf41f89fcdf9edf9bf3d65a71b667d066c | [log] [tgz] |
---|---|---|
author | Jia Yang <[email protected]> | Tue Jul 21 11:49:14 2020 +0800 |
committer | Jaegeuk Kim <[email protected]> | Thu Jul 23 20:22:37 2020 -0700 |
tree | 20d36b01ee603be46faa48e6d5a30267a4a7c3de | |
parent | 9af846486d781a63de025a5f502c515268e48790 [diff] |
f2fs: Change the type of f2fs_flush_inline_data() to void The return value of f2fs_flush_inline_data() is not used, so delete it. Signed-off-by: Jia Yang <[email protected]> Reviewed-by: Chao Yu <[email protected]> Signed-off-by: Jaegeuk Kim <[email protected]>