f2fs: fix the logic of IS_DNODE()
If (ofs % (NIDS_PER_BLOCK + 1) == 0), the node is an indirect node block. Signed-off-by: NZhihui Zhang <zzhsuny@gmail.com> Signed-off-by: NJaegeuk Kim <jaegeuk.kim@samsung.com>
Showing
想要评论请 注册 或 登录
If (ofs % (NIDS_PER_BLOCK + 1) == 0), the node is an indirect node block. Signed-off-by: NZhihui Zhang <zzhsuny@gmail.com> Signed-off-by: NJaegeuk Kim <jaegeuk.kim@samsung.com>