* block address as inode's, if it was truncated * previously, truncation of inode node will fail. */ if (is_inode_flag_set(inode, FI_DIRTY_INODE)) { f2fs_warn(F2FS_I_SB(inode), "f2fs_evict_inode: inconsistent node id, ino:%lu", inode->i_ino); f2fs_inode_synced(inode...
* 1. inode(x) | CP | inode(x) | dnode(F) * -> Update the latest inode(x).* * 2. inode(x) | CP | inode(F) | dnode(F) * -> No problem.* * 3. inode(x) | CP | dnode(F) | inode(x) * -> Recover to the latest dnode(F), and drop the l...