#ifndef KEYPAIR_H #define KEYPAIR_H extern void generate_keypair(void); extern void verify_keypair(void); #endif /* KEYPAIR_H */ splits the existing sync_node_pages into (f)sync_node_pages. The fsync_node_pages is used for f2fs_sync_file only. Acked-by: Chao Yu Signed-off-by: Jaegeuk Kim ---